updated layout of subtitle text view on the settings fragment #2214 (#2216)

pull/2217/head
Michael Paschenko 3 years ago committed by GitHub
parent dd114f420d
commit 4f079837f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      app/src/main/res/layout/layout_settings_item.xml

@ -18,7 +18,7 @@
<LinearLayout
android:id="@+id/layout_text"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="16dp"
@ -37,12 +37,13 @@
<TextView
android:id="@+id/setting_subtitle"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:ellipsize="middle"
android:fontFamily="@font/font_light"
android:lines="1"
android:maxLines="1"
android:text="Setting Subtitle"
android:textColor="@color/dove"
android:textSize="12sp"

Loading…
Cancel
Save