You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
351 B
12 lines
351 B
12 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Taken from http://stackoverflow.com/questions/10020466/android-4-0-sub-title-section-label-styling -->
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle" >
|
||
|
|
||
|
<size
|
||
|
android:height="2dp"
|
||
|
android:width="1000dp" />
|
||
|
|
||
|
<solid android:color="@color/green" />
|
||
|
|
||
|
</shape>
|