mirror of
https://github.com/dgis/emu48android
synced 2024-12-26 09:58:49 +01:00
Fix printer text color.
This commit is contained in:
parent
79cc5b22d6
commit
577091db9e
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@
|
|||
android:id="@+id/printer_text"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#000000"
|
||||
android:textIsSelectable="true"
|
||||
android:typeface="monospace"
|
||||
/>
|
||||
android:typeface="monospace" />
|
||||
<!--android:textSize="20sp"-->
|
||||
|
||||
</ScrollView>
|
||||
|
|
Loading…
Reference in a new issue