diff options
author | cyBerta <cyberta@riseup.net> | 2023-11-01 00:37:45 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-11-01 00:37:45 +0100 |
commit | 6165985c8406524dc8e3211fec85ffcce19d2603 (patch) | |
tree | 02f015620348a75c3d8d22971c003edeb513853a /app/src/main/res/layout | |
parent | 0604b8d14d2d8948b334d5677b259b841ea9aaa3 (diff) |
tweak snowflake and tor icon positioning in setup configuration fragment
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/f_configure_provider.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/f_configure_provider.xml b/app/src/main/res/layout/f_configure_provider.xml index 5841ee13..644ae7d1 100644 --- a/app/src/main/res/layout/f_configure_provider.xml +++ b/app/src/main/res/layout/f_configure_provider.xml @@ -137,6 +137,7 @@ app:layout_constraintTop_toBottomOf="@id/tv_tor_status" app:layout_constraintStart_toStartOf="parent" android:padding="4dp" + android:layout_marginStart="@dimen/tor_icon_margin_start" android:src="@drawable/ic_tor" /> <androidx.appcompat.widget.AppCompatTextView android:id="@+id/tor_state" @@ -151,7 +152,7 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/tor_icon" app:layout_constraintHorizontal_bias="0" - android:paddingHorizontal="@dimen/stdpadding" + android:paddingHorizontal="@dimen/compact_padding" android:gravity="bottom" tools:text="test 12321 123 \n sdf,sdf,m\nn 123 " android:ellipsize="end" @@ -181,6 +182,7 @@ android:layout_alignParentStart="true" android:layout_marginBottom="@dimen/stdpadding" android:padding="4dp" + android:layout_marginStart="@dimen/snowflake_icon_margin_start" /> <androidx.appcompat.widget.AppCompatTextView android:id="@+id/snowflake_state" @@ -192,7 +194,7 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0" android:paddingBottom="1dp" - android:paddingHorizontal="@dimen/stdpadding" + android:paddingHorizontal="@dimen/compact_padding" android:fadingEdge="horizontal" android:maxLines="2" android:text="@string/configuring_provider" |