Use monospace font for repository fingerprint

Bytes look better when they are properly aligned.
This commit is contained in:
relan 2015-10-01 17:47:05 +03:00
parent 2cc6661979
commit f9feab57cc

View File

@ -86,6 +86,7 @@
android:id="@+id/text_repo_fingerprint" android:id="@+id/text_repo_fingerprint"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:typeface="monospace"
style="@style/RepoDetailsBody"/> style="@style/RepoDetailsBody"/>
<TextView <TextView
android:id="@+id/text_repo_fingerprint_description" android:id="@+id/text_repo_fingerprint_description"