]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
android: Make font in log view monospace again on Android 5+
authorTobias Brunner <tobias@strongswan.org>
Thu, 26 Nov 2015 15:46:54 +0000 (16:46 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 27 Apr 2016 12:24:26 +0000 (14:24 +0200)
src/frontends/android/app/src/main/res/layout/log_fragment.xml

index c2e187a6676b7ab150b6b93c615627b7ed035ea3..601c0a59f8da42faba78567063879bf82af9f814 100644 (file)
@@ -33,7 +33,8 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:textSize="9sp"
-            android:typeface="monospace" >
+            android:typeface="monospace"
+            android:fontFamily="monospace" >
         </TextView>
 
     </org.strongswan.android.ui.LogScrollView>