tweaking the settings UI, always show a label

This commit is contained in:
tibbi 2020-04-02 19:09:54 +02:00
parent f009b32c2b
commit b9f9d1e7dc
1 changed files with 4 additions and 3 deletions

View File

@ -133,10 +133,9 @@
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/settings_save_recordings_label"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toStartOf="@+id/settings_save_recordings"
android:paddingLeft="@dimen/medium_margin"
android:paddingRight="@dimen/medium_margin"
android:text="@string/save_recordings_in" />
@ -147,8 +146,10 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_marginEnd="@dimen/small_margin"
android:layout_toEndOf="@+id/settings_save_recordings_label"
android:background="@null"
android:clickable="false" />
android:clickable="false"
android:maxLines="3" />
</RelativeLayout>
</LinearLayout>