1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00

reduce notification font

This commit is contained in:
Greg Alexander 2016-10-17 09:48:52 -04:00
parent 3ef00eb6a1
commit 4134decdc3

View File

@ -12,6 +12,6 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical|left"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textAppearance="?android:attr/textAppearanceSmall"
android:text="SimpleSSHD is running" />
</LinearLayout>