6 lines
172 B
XML
6 lines
172 B
XML
|
|
<!-- grey_background.xml -->
|
||
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="rectangle">
|
||
|
|
<solid android:color="#CCCCCC"/>
|
||
|
|
</shape>
|