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:
parent
a3b10f090e
commit
d60069253e
4 changed files with 71 additions and 37 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue