aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_account.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-02-19 08:27:05 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-02-19 08:27:05 +0000
commit9f8713979411a27caee062b77f893617029b3d67 (patch)
treee34d4ee42019cc8797ce1b20475f5330c05f6701 /app/src/main/res/layout/item_account.xml
parent61cc6089faea9d66ee8e8149f0d10c8a17b1676a (diff)
downloadinfinity-for-reddit-9f8713979411a27caee062b77f893617029b3d67.tar
infinity-for-reddit-9f8713979411a27caee062b77f893617029b3d67.tar.gz
infinity-for-reddit-9f8713979411a27caee062b77f893617029b3d67.tar.bz2
infinity-for-reddit-9f8713979411a27caee062b77f893617029b3d67.tar.lz
infinity-for-reddit-9f8713979411a27caee062b77f893617029b3d67.tar.xz
infinity-for-reddit-9f8713979411a27caee062b77f893617029b3d67.tar.zst
infinity-for-reddit-9f8713979411a27caee062b77f893617029b3d67.zip
The new nav bar is now fully functional. Fix wrong icon color in dark theme.
Diffstat (limited to 'app/src/main/res/layout/item_account.xml')
-rw-r--r--app/src/main/res/layout/item_account.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/src/main/res/layout/item_account.xml b/app/src/main/res/layout/item_account.xml
deleted file mode 100644
index 35405b82..00000000
--- a/app/src/main/res/layout/item_account.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="16dp"
- android:background="?attr/selectableItemBackground"
- android:clickable="true"
- android:focusable="true">
-
- <pl.droidsonroids.gif.GifImageView
- android:id="@+id/profile_image_item_account"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_marginEnd="16dp" />
-
- <TextView
- android:id="@+id/username_text_view_item_account"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginStart="16dp"
- android:layout_marginEnd="16dp"
- android:layout_gravity="center_vertical"
- android:textColor="@color/primaryTextColor"
- android:textSize="?attr/font_default" />
-
-</LinearLayout> \ No newline at end of file