Merge pull request #8 from DevHugo/modification_couleur
Ajout des couleurs dans le style
This commit is contained in:
commit
cfcd4e6862
@ -104,7 +104,7 @@
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center"
|
||||
wheel:matProg_barColor="#5588FF"
|
||||
wheel:matProg_barColor="@color/progressWheelColor"
|
||||
wheel:matProg_progressIndeterminate="true"/>
|
||||
</RelativeLayout>
|
||||
|
||||
|
@ -7,4 +7,4 @@
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:textColor="#000000"/>
|
||||
android:textColor="@color/text_dark"/>
|
@ -23,7 +23,7 @@
|
||||
android:clickable="true"
|
||||
android:ems="10"
|
||||
android:gravity="center_vertical|center_horizontal"
|
||||
android:textColor="#000000"/>
|
||||
android:textColor="@color/text_dark"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/to"
|
||||
@ -34,7 +34,7 @@
|
||||
android:ems="10"
|
||||
android:gravity="center_vertical|center_horizontal"
|
||||
android:textAlignment="center"
|
||||
android:textColor="#000000"/>
|
||||
android:textColor="@color/text_dark"/>
|
||||
|
||||
|
||||
</LinearLayout>
|
@ -56,7 +56,7 @@
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center"
|
||||
wheel:matProg_barColor="#5588FF"
|
||||
wheel:matProg_barColor="@color/progressWheelColor"
|
||||
wheel:matProg_progressIndeterminate="true"/>
|
||||
</RelativeLayout>
|
||||
|
||||
|
@ -26,4 +26,5 @@
|
||||
<color name="text_primary">#FFFFFF</color>
|
||||
<color name="text_dark">#000000</color>
|
||||
<color name="background">#EEEEEE</color>
|
||||
<color name="progressWheelColor">#5588FF</color>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user