1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-08 21:31:10 +01:00

ProgressBar material, Improve search dialog

This commit is contained in:
Gregor Santner 2016-06-04 19:44:38 +02:00
parent a3b10f090e
commit d60069253e
4 changed files with 71 additions and 37 deletions

View file

@ -27,8 +27,9 @@
<ProgressBar
android:id="@+id/progressBar"
style="@android:style/Widget.ProgressBar.Horizontal"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="fill_parent"
android:indeterminate="false"
android:layout_height="wrap_content"
android:maxHeight="4dip"
android:minHeight="4dip" />

View file

@ -210,4 +210,5 @@
<string name="toast_saved_image_to_location">Saving image to</string>
<string name="prefix_https" translatable="false">https://</string>
<string name="share_dotdodot">Share…</string>
<string name="app_hashtag" translatable="false">#DiasporaForAndroid</string>
</resources>