set right button visibility to gone
This commit is contained in:
parent
4f345b27e9
commit
ef07dce494
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
android:layout_width="1dp"
|
android:layout_width="1dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="?attr/wikivoyage_card_divider_color"
|
android:background="?attr/wikivoyage_card_divider_color"
|
||||||
android:visibility="visible" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/right_bottom_button"
|
android:id="@+id/right_bottom_button"
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:visibility="visible">
|
android:visibility="gone">
|
||||||
|
|
||||||
<net.osmand.plus.widgets.TextViewEx
|
<net.osmand.plus.widgets.TextViewEx
|
||||||
android:id="@+id/right_bottom_button_text"
|
android:id="@+id/right_bottom_button_text"
|
||||||
|
|
Loading…
Reference in a new issue