Changed ATETextView from MaterialTextView
This commit is contained in:
parent
2be114da11
commit
b1c0f70f61
28 changed files with 152 additions and 135 deletions
|
@ -18,7 +18,7 @@
|
|||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<corners android:radius="8dip" />
|
||||
<solid android:color="?android:colorButtonNormal" />
|
||||
<solid android:color="?colorButtonNormal" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
<clip>
|
||||
<shape>
|
||||
<corners android:radius="8dip" />
|
||||
<solid android:color="?android:colorButtonNormal" />
|
||||
<solid android:color="?colorButtonNormal" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
|
@ -40,8 +40,7 @@
|
|||
</clip>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
<!--<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
</layer-list><!--<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<corners android:radius="8dp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue