mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
tweak background selection, avoid select-button being at the position as 'close'
This commit is contained in:
@@ -12,33 +12,31 @@
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:layout_gravity="bottom">
|
||||
android:orientation="vertical"
|
||||
android:layout_gravity="center">
|
||||
|
||||
<Button
|
||||
style="@style/ButtonPrimary"
|
||||
android:background="@color/universal_overlay"
|
||||
android:id="@+id/set_default_button"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="fill_vertical"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:layout_margin="15dp"
|
||||
android:minWidth="200dp"
|
||||
android:text="Set default" />
|
||||
|
||||
<Button
|
||||
style="@style/ButtonPrimary"
|
||||
android:background="@color/universal_overlay"
|
||||
android:id="@+id/from_gallery_button"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="fill_vertical"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:layout_margin="15dp"
|
||||
android:minWidth="200dp"
|
||||
android:text="From gallery" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user