Reduced Font size, fixed bugs that were created when moving the setting

This commit is contained in:
Somethingweirdhere 2018-06-16 12:06:59 +02:00 committed by Christian Schabesberger
parent 0d4f810c0e
commit 0817731f57
2 changed files with 3 additions and 35 deletions

View file

@ -14,9 +14,11 @@
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:paddingBottom="6dp"
android:paddingLeft="3dp"
android:paddingStart="3dp"
android:paddingTop="6dp"
android:textAppearance="?android:attr/textAppearanceListItem"
android:textSize="24sp" />
android:textSize="16sp" />
</android.support.v7.widget.CardView>