Skip to content

Commit 8a3cc98

Browse files
committed
Updating progress bar display and the gradient builders
1 parent d05e68b commit 8a3cc98

15 files changed

Lines changed: 167 additions & 282 deletions

File tree

AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/DisplayUtils.java

Lines changed: 136 additions & 186 deletions
Large diffs are not rendered by default.

AndroidFilePickerLightLibrary/src/main/res/drawable/progress_bar_background.xml

Lines changed: 0 additions & 43 deletions
This file was deleted.
600 Bytes
Loading
572 Bytes
Loading
548 Bytes
Loading
496 Bytes
Loading
434 Bytes
Loading
428 Bytes
Loading

AndroidFilePickerLightLibrary/src/main/res/layout/progress_bar_layout.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
android:orientation="vertical"
2323
android:layout_width="match_parent"
2424
android:layout_height="match_parent"
25-
android:background="@drawable/progress_bar_background"
26-
android:alpha="210"
25+
android:background="@color/__colorTransparent"
26+
android:alpha="55"
27+
android:padding="12dp"
2728
>
2829

2930
<ImageView
@@ -42,9 +43,9 @@
4243
android:textColor="#b2d8d8"
4344
android:typeface="serif"
4445
android:layout_gravity="center_horizontal|center_vertical"
45-
android:textSize="14sp"
46+
android:textSize="12sp"
4647
android:textStyle="normal|bold|italic"
47-
android:paddingTop="5dp"
48+
android:paddingTop="0dp"
4849
android:paddingBottom="10dp"
4950
/>
5051

AndroidFilePickerLightLibrary/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<resources>
2121

22-
<string name="libraryName">File Picker</string>
22+
<string name="libraryName">File Chooser</string>
2323
<string name="libraryDesc">A lightweight modern file selector</string>
2424

2525
<string name="errorMsgUnknown">An unknown error occurred</string>

0 commit comments

Comments
 (0)