summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-05-07 22:37:09 +0200
committerGitHub <noreply@github.com>2025-05-07 22:37:09 +0200
commit5af5c8342815e00268587323a163840367caf495 (patch)
treec7e88df66ffdaad28f02615f8251f0122be4644e /Source/Android
parent684db094c600cb82d31d920937308cee7ef9178d (diff)
parent71249dec33399209f2863cde00d104b854a316f4 (diff)
Merge pull request #13559 from tygyh/Android-Apply-style-alignment-refactorings
Android: Apply style alignment refactorings
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/layout/dialog_input_string.xml1
-rw-r--r--Source/Android/app/src/main/res/layout/dialog_progress_tv.xml1
-rw-r--r--Source/Android/jni/Host.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/Source/Android/app/src/main/res/layout/dialog_input_string.xml b/Source/Android/app/src/main/res/layout/dialog_input_string.xml
index c3dd1cd77c..957b6bd7fd 100644
--- a/Source/Android/app/src/main/res/layout/dialog_input_string.xml
+++ b/Source/Android/app/src/main/res/layout/dialog_input_string.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
diff --git a/Source/Android/app/src/main/res/layout/dialog_progress_tv.xml b/Source/Android/app/src/main/res/layout/dialog_progress_tv.xml
index 1967c7e3f6..1eb200e79f 100644
--- a/Source/Android/app/src/main/res/layout/dialog_progress_tv.xml
+++ b/Source/Android/app/src/main/res/layout/dialog_progress_tv.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/dialog_progress"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/Source/Android/jni/Host.h b/Source/Android/jni/Host.h
index 78269ec90e..3a7a304825 100644
--- a/Source/Android/jni/Host.h
+++ b/Source/Android/jni/Host.h
@@ -12,7 +12,6 @@
// sequentially for access.
struct HostThreadLock
{
-public:
explicit HostThreadLock() : m_lock(s_host_identity_mutex) { Core::DeclareAsHostThread(); }
~HostThreadLock()