fixed monospace font and android L

This commit is contained in:
Daniel Gultsch 2015-07-20 15:43:28 +02:00
parent aaa8fe8978
commit 8559ca05ab
5 changed files with 13 additions and 6 deletions

View file

@ -17,5 +17,6 @@
android:paddingBottom="@dimen/activity_vertical_margin"
android:textColor="@color/black87"
android:textSize="?attr/TextSizeBody"
android:typeface="monospace"/>
android:typeface="monospace"
android:fontFamily="monospace"/>
</ScrollView>

View file

@ -320,7 +320,8 @@
android:layout_height="wrap_content"
android:textColor="@color/black87"
android:textSize="?attr/TextSizeBody"
android:typeface="monospace" />
android:typeface="monospace"
android:fontFamily="monospace"/>
<TextView
android:layout_width="wrap_content"
@ -361,7 +362,8 @@
android:layout_height="wrap_content"
android:textColor="@color/black87"
android:textSize="?attr/TextSizeBody"
android:typeface="monospace" />
android:typeface="monospace"
android:fontFamily="monospace"/>
<TextView
android:layout_width="wrap_content"

View file

@ -36,7 +36,8 @@
android:layout_height="wrap_content"
android:textColor="@color/black87"
android:textSize="?attr/TextSizeBody"
android:typeface="monospace"/>
android:typeface="monospace"
android:fontFamily="monospace"/>
<TextView
android:layout_width="wrap_content"
@ -52,7 +53,8 @@
android:layout_marginTop="20dp"
android:textColor="@color/black87"
android:textSize="?attr/TextSizeBody"
android:typeface="monospace"/>
android:typeface="monospace"
android:fontFamily="monospace"/>
<TextView
android:layout_width="wrap_content"

View file

@ -51,6 +51,7 @@
android:textColor="@color/black87"
android:textSize="?attr/TextSizeHeadline"
android:typeface="monospace"
android:fontFamily="monospace"
android:visibility="gone" />
</LinearLayout>

View file

@ -18,7 +18,8 @@
android:layout_alignParentLeft="true"
android:layout_toLeftOf="@+id/tgl_trust"
android:textSize="?attr/TextSizeBody"
android:typeface="monospace" />
android:typeface="monospace"
android:fontFamily="monospace"/>
<TextView
android:id="@+id/key_type"