1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Fix: main progress now properly uses the Material style on Android 5.

This commit is contained in:
Christophe Beyls 2015-01-10 20:50:50 +01:00
parent b6657e5754
commit aa34a30050

View file

@ -64,7 +64,7 @@
<ProgressBar
android:id="@+id/progress"
style="@style/ProgressBar.Fosdem"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"