From 355b6e51538f2868626ebd1639e163af41d6f73f Mon Sep 17 00:00:00 2001 From: Krish Date: Thu, 20 Apr 2023 19:57:41 +0530 Subject: [PATCH] Design modification --- app/src/main/AndroidManifest.xml | 2 +- .../beacondemo/Activity/DetailActivity.java | 2 +- .../beacondemo/Activity/MainActivity.java | 2 +- app/src/main/res/layout/activity_detail.xml | 91 ++++++++++++++++++- 4 files changed, 90 insertions(+), 7 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cc598c5..e00969a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -29,7 +29,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" - android:theme="@style/Theme.AppCompat.Light" + android:theme="@style/Theme.AppCompat.Light.NoActionBar" tools:targetApi="31" tools:replace="android:icon"> + - + android:text="Trigger" + android:background="@drawable/mybutton"/>--> - + android:text="Reset password" + android:background="@drawable/mybutton" + android:padding="10dp"/>--> + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file