1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-12 02:09:45 +00:00
simplesshd/app/src/main/res/drawable/tv_button_bg_focused.xml
Greg Alexander edd7bb4bbc And now my buttons have a background that is discernably different when
focused. (I cannot believe the default textAppearanceLarge didn't fit
this bill, jeesh).
2019-09-21 16:55:54 -04:00

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>