tweaking the settings UI, always show a label
This commit is contained in:
parent
f009b32c2b
commit
b9f9d1e7dc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue