From 27627fdf1579b0d89a0fe9561ef6d755fe994593 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 14 Jul 2024 22:03:03 -0400 Subject: [PATCH] ui: Minor XML fixes `tools:context` is unused; fix RTL --- app-common/src/main/res/layout/activity_main.xml | 3 +-- app-common/src/main/res/layout/fragment_euicc.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app-common/src/main/res/layout/activity_main.xml b/app-common/src/main/res/layout/activity_main.xml index cb5f224..a61a368 100644 --- a/app-common/src/main/res/layout/activity_main.xml +++ b/app-common/src/main/res/layout/activity_main.xml @@ -3,8 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent" - tools:context=".ui.MainActivity"> + android:layout_height="match_parent">