Skip to content

Commit 97ec1ce

Browse files
committed
Update
1 parent dc28e47 commit 97ec1ce

11 files changed

Lines changed: 12 additions & 1 deletion

app/src/main/res/layout/dialog_alert.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ScrollView
33
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:overScrollMode="never"
45
android:layout_width="match_parent"
56
android:layout_height="match_parent">
67

app/src/main/res/layout/dialog_app_chooser.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161

6262
<ListView
6363
android:id="@+id/app_list"
64-
android:scrollbars="none"
6564
android:layout_weight="1"
6665
android:divider="@null"
6766
android:fastScrollEnabled="true"

app/src/main/res/layout/dialog_confirm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ScrollView
33
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:overScrollMode="never"
45
android:layout_width="match_parent"
56
android:layout_height="match_parent">
67

app/src/main/res/layout/dialog_confirm_custom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ScrollView
33
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:overScrollMode="never"
45
android:layout_width="match_parent"
56
android:layout_height="match_parent">
67

app/src/main/res/layout/dialog_help_info.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ScrollView
33
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:overScrollMode="never"
45
android:layout_width="match_parent"
56
android:layout_height="match_parent">
67

app/src/main/res/layout/dialog_power_operation.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<ScrollView
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:app="http://schemas.android.com/apk/res-auto"
5+
android:overScrollMode="never"
56
android:layout_width="match_parent"
67
android:layout_height="wrap_content">
78

app/src/main/res/layout/dialog_warning.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ScrollView
33
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:overScrollMode="never"
45
android:layout_width="match_parent"
56
android:layout_height="match_parent">
67

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
33
android:id="@id/kr_content"
4+
android:requiresFadingEdge="vertical"
5+
android:fadingEdge="vertical"
6+
android:overScrollMode="never"
47
android:layout_width="match_parent"
58
android:layout_height="match_parent" />

app/src/main/res/layout/kr_dialog_app_chooser.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<ScrollView
4141
android:layout_width="match_parent"
4242
android:layout_height="match_parent"
43+
android:overScrollMode="never"
4344
android:layout_above="@id/bottom_actions"
4445
android:layout_below="@+id/top_bar"
4546
android:background="@drawable/kr_params_view">

app/src/main/res/layout/kr_dialog_log.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
android:background="@drawable/krscript_item_ripple_kon"
4545
android:layout_width="match_parent"
4646
android:layout_height="match_parent"
47+
android:overScrollMode="never"
4748
android:layout_above="@id/bottom_actions"
4849
android:layout_below="@+id/top_bar">
4950

0 commit comments

Comments
 (0)