Skip to content

Commit

Permalink
Merge pull request #23 from lochidev/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lochidev authored Aug 7, 2024
2 parents 2d568b2 + 6694a7d commit 45f2b6a
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 79 deletions.
2 changes: 1 addition & 1 deletion MauiApp1/Platforms/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="21" android:versionName="6.9">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="22" android:versionName="6.9.1">
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:supportsRtl="true"></application>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
11 changes: 8 additions & 3 deletions MauiApp1/Platforms/Android/Resources/Layout/floatview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,25 @@
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/abc_hint_foreground_material_dark"
android:id="@+id/rowContainer"
android:background="@color/m3_ref_palette_white"
android:paddingLeft="4dp"
android:paddingBottom="3dp"
android:paddingTop="3dp"
android:paddingRight="2dp"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:background="@color/m3_ref_palette_white"
android:paddingLeft="2dp">
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/form_title"
android:textColor="@android:color/black"
android:textSize="@dimen/abc_action_bar_content_inset_material"
android:paddingTop="9dp"
/>
<ImageButton
android:id="@+id/close_button"
Expand Down
2 changes: 1 addition & 1 deletion MauiApp1/Platforms/Android/Resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
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
</string>
<string name="form_title">
form
FORM
</string>
</resources>
Loading

0 comments on commit 45f2b6a

Please sign in to comment.