mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-12 02:09:45 +00:00
edd7bb4bbc
focused. (I cannot believe the default textAppearanceLarge didn't fit this bill, jeesh).
9 lines
270 B
XML
9 lines
270 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="#f999" />
|
|
<corners android:radius="5dp" />
|
|
<stroke android:color="#0000" android:width="3dp" />
|
|
</shape>
|