rename from Pixiview to Gallery
This commit is contained in:
19
Gallery.Android/Resources/drawable/segmented_control_background.xml
Executable file
19
Gallery.Android/Resources/drawable/segmented_control_background.xml
Executable file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true">
|
||||
<inset android:insetRight="-1dp">
|
||||
<shape android:id="@+id/shape_id" xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<solid android:color="@color/selected" />
|
||||
<stroke android:width="1dp" android:color="@color/selected" />
|
||||
</shape>
|
||||
</inset>
|
||||
</item>
|
||||
<item android:state_checked="false">
|
||||
<inset android:insetRight="-1dp">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<solid android:color="@color/normal" />
|
||||
<stroke android:width="1dp" android:color="@color/selected" />
|
||||
</shape>
|
||||
</inset>
|
||||
</item>
|
||||
</selector>
|
Reference in New Issue
Block a user