From f78eeced2a24d869e514330467395b0471fb2adc Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 24 Nov 2021 23:53:08 +0100 Subject: improve settings list entry layouts --- app/src/main/res/layout/v_switch_list_item.xml | 140 +++++++++++++------------ 1 file changed, 72 insertions(+), 68 deletions(-) (limited to 'app/src/main/res/layout/v_switch_list_item.xml') diff --git a/app/src/main/res/layout/v_switch_list_item.xml b/app/src/main/res/layout/v_switch_list_item.xml index 5bd4de1b..3ba37b81 100644 --- a/app/src/main/res/layout/v_switch_list_item.xml +++ b/app/src/main/res/layout/v_switch_list_item.xml @@ -1,85 +1,89 @@ - + - - - - + android:orientation="horizontal" + android:layout_toStartOf="@+id/option_switch" + android:layout_toLeftOf="@+id/option_switch" + > + - + + + + + + - - - - - + android:textAppearance="?android:attr/textAppearanceListItemSmall" + android:visibility="visible" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" + android:layout_centerVertical="true" + tools:text="" /> + - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3