Fixed crash when the device is turned while the warning dialog about server certifica...
[pub/Android/ownCloud.git] / res / drawable / btn_round_pressed.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
3 android:shape="rectangle">
4 <corners android:radius="5dip" />
5 <solid android:color="#aac4d2" />
6 <padding android:left="15dp" android:top="5dp" android:right="15dp" android:bottom="5dp" />
7 <stroke android:width="5dip" android:color="#ff8000" />
8 </shape>