Fixing background color and divider

This commit is contained in:
Maxime NATUREL 2022-04-01 09:59:32 +02:00
parent cc6cb41eac
commit de59f9fb66
2 changed files with 3 additions and 7 deletions

View File

@ -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>

View File

@ -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"