Fixed undesired restart of finished audio previews when the device orientation changes
[pub/Android/ownCloud.git] / res / drawable / connection_secure.xml
1 <!--?xml version="1.0" encoding="utf-8"? -->
2 <shape xmlns:android="http://schemas.android.com/apk/res/android">
3 <gradient android:endColor="#8dc73f" android:centerColor="#d4d4d4"
4 android:startColor="#d4d4d4">
5 <stroke android:width="1dp" color="#8dc73f">
6 <corners android:radius="5dp">
7 <padding android:left="7dp" android:top="7dp" android:right="7dp"
8 android:bottom="7dp">
9 </padding>
10 </corners>
11 </stroke>
12 </gradient>
13 </shape>