9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

Change style opacity bar use default style).

This commit is contained in:
Christophe BOUCAUT
2015-06-03 12:36:57 +02:00
parent a1b1e91bcf
commit 0e66be0099
2 changed files with 1 additions and 21 deletions
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval" >
<gradient
android:angle="270"
android:endColor="#e26760"
android:startColor="#e26760"
/>
<size
android:height="40dp"
android:width="40dp" />
</shape>
@@ -173,12 +173,7 @@
android:layout_height="250dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_weight="0"
android:max="10"
android:progress="5"
android:progressDrawable="@drawable/custom_opacity_bar"
android:secondaryProgress="10"
android:thumb="@drawable/thumb"
android:thumbOffset="-0.9px" />
android:progress="5" />
</RelativeLayout>