summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layouts/peertube/layout/drawer_horizontal_account_peertube.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layouts/peertube/layout/drawer_horizontal_account_peertube.xml')
-rw-r--r--app/src/main/res/layouts/peertube/layout/drawer_horizontal_account_peertube.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/layouts/peertube/layout/drawer_horizontal_account_peertube.xml b/app/src/main/res/layouts/peertube/layout/drawer_horizontal_account_peertube.xml
index 45bf25800..ab2ab6b9a 100644
--- a/app/src/main/res/layouts/peertube/layout/drawer_horizontal_account_peertube.xml
+++ b/app/src/main/res/layouts/peertube/layout/drawer_horizontal_account_peertube.xml
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License along with Fedilab; if not,
see <http://www.gnu.org/licenses>.
-->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_container"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -23,7 +23,7 @@
android:layout_marginBottom="5dp"
android:orientation="vertical">
- <ImageView
+ <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/account_pp"
android:layout_width="40dp"
android:layout_height="40dp"
@@ -32,7 +32,7 @@
android:padding="2dp"
android:scaleType="centerCrop" />
- <TextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/account_dn"
android:layout_width="80dp"
android:layout_height="wrap_content"
@@ -42,6 +42,6 @@
android:padding="2dp"
android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
- android:textColor="?colorAccent"
+ android:textColor="?colorPrimary"
android:textSize="14sp" />
-</LinearLayout> \ No newline at end of file
+</androidx.appcompat.widget.LinearLayoutCompat> \ No newline at end of file