mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Fixing background color and divider
This commit is contained in:
parent
cc6cb41eac
commit
de59f9fb66
2 changed files with 3 additions and 7 deletions
|
@ -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"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?colorSurface"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
|
@ -19,8 +20,8 @@
|
|||
android:id="@+id/liveLocShareChooseDurationOptions"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:divider="@drawable/divider_horizontal_system"
|
||||
android:showDividers="beginning|middle|end">
|
||||
android:divider="@drawable/divider_horizontal"
|
||||
android:showDividers="beginning">
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/liveLocShareChooseDurationOption1"
|
||||
|
|
Loading…
Add table
Reference in a new issue