mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-29 10:18:12 +00:00
26 lines
No EOL
903 B
XML
26 lines
No EOL
903 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/bb_bottom_bar_icon"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:alpha="0.6"/>
|
|
|
|
<!-- We use this empty space to push the text to the bottom -->
|
|
<Space
|
|
android:id="@+id/spacer"
|
|
android:layout_width="0dp"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:visibility="gone"/>
|
|
|
|
<TextView
|
|
android:id="@+id/bb_bottom_bar_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textAppearance="@style/BB_BottomBarItem_Shifting.TitleAppearance"
|
|
android:visibility="gone"
|
|
style="@style/BB_BottomBarItem_TitleStyle"/>
|
|
|
|
</merge> |