added methods to parse read string from device into java objects + added progress bar
This commit is contained in:
27
app/src/main/res/drawable/progressbar_drawable.xml
Normal file
27
app/src/main/res/drawable/progressbar_drawable.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="4000"
|
||||
android:fromDegrees="0"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%"
|
||||
android:toDegrees="360">
|
||||
|
||||
<shape
|
||||
android:innerRadius="20dp"
|
||||
android:shape="ring"
|
||||
android:thickness="4dp"
|
||||
android:useLevel="false">
|
||||
<size
|
||||
android:width="54dp"
|
||||
android:height="54dp" />
|
||||
|
||||
<gradient
|
||||
android:centerColor="#0288D1"
|
||||
android:centerY="0.5"
|
||||
android:endColor="#01579B"
|
||||
android:startColor="#00ec7e2a"
|
||||
android:type="sweep"
|
||||
android:useLevel="false" />
|
||||
</shape>
|
||||
|
||||
</rotate>
|
||||
Reference in New Issue
Block a user