Do not singleline title and description for setting views

filtering
Floens 10 years ago
parent 419f42a596
commit 3ee49f7c2e
  1. 6
      Clover/app/src/main/res/layout/setting_description.xml

@ -21,11 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/top"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:singleLine="true"
android:textColor="?setting_description_top"
android:textSize="16sp" />
@ -33,11 +30,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/bottom"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:singleLine="true"
android:textColor="?setting_description_bottom"
android:textSize="14sp" />

Loading…
Cancel
Save