Skip to content

Commit 45f2b6a

Browse files
authored
Merge pull request #23 from lochidev/dev
Dev
2 parents 2d568b2 + 6694a7d commit 45f2b6a

File tree

5 files changed

+219
-79
lines changed

5 files changed

+219
-79
lines changed

MauiApp1/Platforms/Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="21" android:versionName="6.9">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="22" android:versionName="6.9.1">
33
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:supportsRtl="true"></application>
44
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
55
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

MauiApp1/Platforms/Android/Resources/Layout/floatview.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,25 @@
44
android:orientation="vertical"
55
android:layout_width="wrap_content"
66
android:layout_height="wrap_content"
7-
android:background="@color/abc_hint_foreground_material_dark"
7+
android:id="@+id/rowContainer"
8+
android:background="@color/m3_ref_palette_white"
9+
android:paddingLeft="4dp"
10+
android:paddingBottom="3dp"
11+
android:paddingTop="3dp"
12+
android:paddingRight="2dp"
813
>
914
<LinearLayout
1015
android:layout_width="match_parent"
1116
android:layout_height="match_parent"
1217
android:orientation="horizontal"
13-
android:background="@color/m3_ref_palette_white"
14-
android:paddingLeft="2dp">
18+
>
1519
<TextView
1620
android:layout_width="wrap_content"
1721
android:layout_height="wrap_content"
1822
android:text="@string/form_title"
1923
android:textColor="@android:color/black"
2024
android:textSize="@dimen/abc_action_bar_content_inset_material"
25+
android:paddingTop="9dp"
2126
/>
2227
<ImageButton
2328
android:id="@+id/close_button"

MauiApp1/Platforms/Android/Resources/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
All data collected through this service never leaves your device. No data is sent to the developer or third parties. Learn more at https://lochidev.github.io/privacypolicy
77
</string>
88
<string name="form_title">
9-
form
9+
FORM
1010
</string>
1111
</resources>

0 commit comments

Comments
 (0)