aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_badged_icon.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-24 01:49:57 -0500
committerGitHub <noreply@github.com>2018-12-24 01:49:57 -0500
commit2c02356c498b3db6f13bd7a3af8689c24ca224ea (patch)
tree726ad142a8a373715493cf602786361226f624ee /app/src/main/res/layout/view_badged_icon.xml
parentfce0bf0a6df09de78a804dc874f48f67336d9d9c (diff)
parent697d01882ba8b1dbb85484ba3bf6e810e32448fc (diff)
downloadfrost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.tar.gz
frost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.tar.bz2
frost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.zip
Merge branch 'dev' into update/coroutines
Diffstat (limited to 'app/src/main/res/layout/view_badged_icon.xml')
-rw-r--r--app/src/main/res/layout/view_badged_icon.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/view_badged_icon.xml b/app/src/main/res/layout/view_badged_icon.xml
index 4c6ca190..d138fb9e 100644
--- a/app/src/main/res/layout/view_badged_icon.xml
+++ b/app/src/main/res/layout/view_badged_icon.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_bar_height"
android:minWidth="@dimen/tab_bar_height">
- <android.support.constraint.Guideline
+ <androidx.constraintlayout.widget.Guideline
android:id="@+id/g_v_c"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -15,7 +15,7 @@
tools:layout_editor_absoluteX="192dp"
tools:layout_editor_absoluteY="0dp" />
- <android.support.constraint.Guideline
+ <androidx.constraintlayout.widget.Guideline
android:id="@+id/g_h_c"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -52,4 +52,4 @@
app:layout_constraintVertical_bias="1"
tools:layout_editor_absoluteX="8dp" />
-</android.support.constraint.ConstraintLayout> \ No newline at end of file
+</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file