d-code nl-16 ol-16"> 16
+    </item>
17
+    <item android:id="@android:id/progress">
18
+        <clip>
19
+            <shape>
20
+                <corners android:radius="1px" />
21
+                <solid android:color="@color/red" />
22
+            </shape>
23
+        </clip>
24
+    </item>
25
+
26
+</layer-list>

+ 1 - 0
app/src/main/res/layout/activity_upload.xml

@@ -47,6 +47,7 @@
47 47
         android:id="@+id/recycler_view_sessions"
48 48
         android:layout_width="match_parent"
49 49
         android:layout_height="match_parent"
50
+        android:layout_marginBottom="50dp"
50 51
         android:layout_below="@id/title_layout"/>
51 52
 
52 53
 

+ 1 - 2
app/src/main/res/layout/session_item.xml

@@ -39,9 +39,8 @@
39 39
             android:id="@+id/pb_session_upload"
40 40
             android:layout_width="match_parent"
41 41
             android:layout_height="4dp"
42
-            android:progressDrawable="@drawable/progress_drawable"
42
+            android:progressDrawable="@drawable/progress_upload_bg"
43 43
             style="?android:attr/progressBarStyleHorizontal"
44
-            android:background="@drawable/progress_bg"
45 44
             android:layout_marginLeft="10dp"
46 45
             android:layout_marginRight="10dp"
47 46
             android:layout_marginBottom="8dp"

+ 2 - 0
app/src/main/res/values/colors.xml

@@ -4,10 +4,12 @@
4 4
     <color name="colorPrimaryDark">#2E78E5</color>
5 5
     <color name="colorAccent">#0BBE06</color>
6 6
 
7
+    <color name="light_blue">#1E90FF</color>
7 8
     <color name="white">#ffffffff</color>
8 9
     <color name="transparent">#00000000</color>
9 10
     <color name="black">#000000</color>
10 11
     <color name="grey">#999999</color>
12
+    <color name="red">#FF0000</color>
11 13
     <color name="text_white">#FFFFFF</color>
12 14
     <color name="background_white">#FFFFFF</color>
13 15
     <color name="background_light_grey_color">#F0F0F0</color>

kodo - Gogs: Go Git Service

暂无描述

FFIB: 88b564d033 fix coercing to Unicode: need string or buffer, long found 4 年之前
..
migrations 6a9e324f6f :art: Re Makemigrations 4 年之前
__init__.py 212f24c882 MarketCode 5 年之前
admin.py 212f24c882 MarketCode 5 年之前
apps.py 212f24c882 MarketCode 5 年之前
models.py 88b564d033 fix coercing to Unicode: need string or buffer, long found 4 年之前
tests.py a5595665af :art: Format Codes 5 年之前
views.py a5595665af :art: Format Codes 5 年之前