android: Make font in log view monospace again on Android 5+
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user