Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Zabka
Companion App Android
Commits
c3f77ee1
Commit
c3f77ee1
authored
Aug 22, 2019
by
Anon
Browse files
LoadingDialog: Use generic prefix for resource values.
parent
5a4f238c
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout/loading_dialog.xml
View file @
c3f77ee1
...
@@ -3,17 +3,17 @@
...
@@ -3,17 +3,17 @@
android:orientation=
"vertical"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:padding=
"@dimen/
loading_
dialog_padding"
>
android:padding=
"@dimen/dialog_padding"
>
<ProgressBar
android:layout_width=
"@dimen/
loading
_dialog_progress"
<ProgressBar
android:layout_width=
"@dimen/
progress
_dialog_progress
_size
"
android:layout_height=
"@dimen/
loading
_dialog_progress"
android:layout_height=
"@dimen/
progress
_dialog_progress
_size
"
android:layout_gravity=
"center"
android:layout_gravity=
"center"
android:indeterminate=
"true"
/>
android:indeterminate=
"true"
/>
<TextView
android:layout_width=
"wrap_content"
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_gravity=
"center"
android:layout_marginTop=
"@dimen/
loading
_dialog_text_margin"
android:layout_marginTop=
"@dimen/
progress
_dialog_text_margin"
android:text=
"@string/loading_dialog_loading"
/>
android:text=
"@string/loading_dialog_loading"
/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
app/src/main/res/values/dimensions.xml
View file @
c3f77ee1
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources>
<dimen
name=
"activity_padding"
>
24dp
</dimen>
<dimen
name=
"activity_padding"
>
24dp
</dimen>
<dimen
name=
"dialog_padding"
>
24dp
</dimen>
<dimen
name=
"logo_margin_bottom"
>
24dp
</dimen>
<dimen
name=
"logo_margin_bottom"
>
24dp
</dimen>
<dimen
name=
"main_label_margin"
>
32dp
</dimen>
<dimen
name=
"main_label_margin"
>
32dp
</dimen>
...
@@ -13,9 +14,8 @@
...
@@ -13,9 +14,8 @@
<dimen
name=
"app_list_item_padding"
>
16dp
</dimen>
<dimen
name=
"app_list_item_padding"
>
16dp
</dimen>
<dimen
name=
"app_detail_description_margin"
>
16dp
</dimen>
<dimen
name=
"app_detail_description_margin"
>
16dp
</dimen>
<dimen
name=
"loading_dialog_padding"
>
24dp
</dimen>
<dimen
name=
"progress_dialog_progress_size"
>
48dp
</dimen>
<dimen
name=
"loading_dialog_progress"
>
48dp
</dimen>
<dimen
name=
"progress_dialog_text_margin"
>
16dp
</dimen>
<dimen
name=
"loading_dialog_text_margin"
>
16dp
</dimen>
<dimen
name=
"default_list_item_margin_side"
>
16dp
</dimen>
<dimen
name=
"default_list_item_margin_side"
>
16dp
</dimen>
<dimen
name=
"default_list_item_height"
>
56dp
</dimen>
<dimen
name=
"default_list_item_height"
>
56dp
</dimen>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment