summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/v_loading_screen.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2020-03-17 08:15:56 -0700
committercyberta <cyberta@riseup.net>2020-03-17 08:15:56 -0700
commite0fb2a88c633908bba9e465e1bf1e19a4a5686e6 (patch)
tree781613cce835be44ea86178f8af6cb60a84a703e /app/src/main/res/layout-xlarge/v_loading_screen.xml
parent05205190ee65a5fa14f18d12f86f5427368bea44 (diff)
parentcea55aaaab23a74dc790afca12671303fc344f97 (diff)
Merge branch 'androidx' into 'master'
Androidx See merge request leap/bitmask_android!103
Diffstat (limited to 'app/src/main/res/layout-xlarge/v_loading_screen.xml')
-rw-r--r--app/src/main/res/layout-xlarge/v_loading_screen.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout-xlarge/v_loading_screen.xml b/app/src/main/res/layout-xlarge/v_loading_screen.xml
index 2af6b411..a002665f 100644
--- a/app/src/main/res/layout-xlarge/v_loading_screen.xml
+++ b/app/src/main/res/layout-xlarge/v_loading_screen.xml
@@ -7,7 +7,7 @@
android:orientation="vertical"
android:visibility="gone">
- <android.support.v7.widget.AppCompatImageView
+ <androidx.appcompat.widget.AppCompatImageView
android:layout_width="32dp"
android:layout_height="32dp"
android:adjustViewBounds="true"
@@ -17,7 +17,7 @@
android:layout_marginBottom="@dimen/loading_screen_icon_vertical_margin"
/>
- <android.support.v7.widget.AppCompatTextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/progressbar_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"