Skip to content

Commit d84b2b2

Browse files
author
frey tse
committed
update
1 parent c1e484c commit d84b2b2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="fill_parent"
44
android:layout_height="fill_parent"
5-
android:orientation="horizontal">
5+
android:orientation="horizontal"
6+
android:focusableInTouchMode="true"
7+
android:focusable="true">
68

79

810
<LinearLayout

library/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ android {
1212
versionName "1.0"
1313
multiDexEnabled true
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15-
ndk {
16-
moduleName "<app>"
17-
abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
15+
externalNativeBuild {
16+
cmake {
17+
cppFlags ""
18+
}
1819
}
1920
}
2021

0 commit comments

Comments
 (0)