summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_account.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_account.xml')
-rw-r--r--app/src/main/res/layout/drawer_account.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/app/src/main/res/layout/drawer_account.xml b/app/src/main/res/layout/drawer_account.xml
index 25b46fc54..75a4731a8 100644
--- a/app/src/main/res/layout/drawer_account.xml
+++ b/app/src/main/res/layout/drawer_account.xml
@@ -14,16 +14,19 @@
You should have received a copy of the GNU General Public License along with Fedilab; if not,
see <http://www.gnu.org/licenses>
-->
-<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout 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="wrap_content"
android:layout_marginHorizontal="6dp"
- android:layout_marginTop="6dp"
- app:cardElevation="5dp"
- app:strokeWidth="0dp">
+ android:layout_marginTop="6dp">
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1px"
+ android:background="?colorOutline" />
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
@@ -151,4 +154,4 @@
</androidx.constraintlayout.widget.ConstraintLayout>
-</com.google.android.material.card.MaterialCardView>
+</RelativeLayout>