Fixing background color and divider
This commit is contained in:
parent
cc6cb41eac
commit
de59f9fb66
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<size android:height="1dp" />
|
|
||||||
<solid android:color="?vctr_list_separator_system" />
|
|
||||||
</shape>
|
|
@ -2,6 +2,7 @@
|
|||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?colorSurface"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -19,8 +20,8 @@
|
|||||||
android:id="@+id/liveLocShareChooseDurationOptions"
|
android:id="@+id/liveLocShareChooseDurationOptions"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:divider="@drawable/divider_horizontal_system"
|
android:divider="@drawable/divider_horizontal"
|
||||||
android:showDividers="beginning|middle|end">
|
android:showDividers="beginning">
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/liveLocShareChooseDurationOption1"
|
android:id="@+id/liveLocShareChooseDurationOption1"
|
||||||
|
Loading…
Reference in New Issue
Block a user