summaryrefslogtreecommitdiff
authorTing Li <ting.li@amlogic.com>2017-07-17 09:10:22 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-07-18 08:56:23 (GMT)
commit2c52c9ce179b2a8491e8d3b4b5344c031258b49a (patch)
tree07109ce14811f37dee902316794baa78852b8f00
parentb6cca89dde5b8677f808f68290b1d4f6fa00f282 (diff)
downloadFileBrowser-2c52c9ce179b2a8491e8d3b4b5344c031258b49a.zip
FileBrowser-2c52c9ce179b2a8491e8d3b4b5344c031258b49a.tar.gz
FileBrowser-2c52c9ce179b2a8491e8d3b4b5344c031258b49a.tar.bz2
FileBrowser: remove unused layout for mouse on android-O[1/1]
PD# 147485 remove HorizontalScrollView from main layout which is useless,and cannot found the child view on android-O when use mouse to click. Change-Id: I7e9f2c37e6553d64fc8e03d22137c1a7a00935e3
Diffstat
-rw-r--r--res/layout/main.xml6
-rw-r--r--res/layout/thumbnail.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index fc03ee7..29fa4d4 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -4,12 +4,12 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <HorizontalScrollView
+ <!--<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="horizontal"
android:fadeScrollbars="false"
- android:background="@drawable/btn_bar_bg">
+ android:background="@drawable/btn_bar_bg">-->
<LinearLayout
android:orientation="horizontal"
@@ -43,7 +43,7 @@
android:id="@+id/btn_help"
android:background="@drawable/btn_help"/>
</LinearLayout>
- </HorizontalScrollView>
+ <!--</HorizontalScrollView>-->
<TextView
android:id="@+id/path"
diff --git a/res/layout/thumbnail.xml b/res/layout/thumbnail.xml
index c4071cc..0ac91a0 100644
--- a/res/layout/thumbnail.xml
+++ b/res/layout/thumbnail.xml
@@ -4,10 +4,10 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <HorizontalScrollView
+ <!--<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="@drawable/btn_bar_bg">
+ android:background="@drawable/btn_bar_bg">-->
<LinearLayout
android:orientation="horizontal"
@@ -40,7 +40,7 @@
android:id="@+id/btn_thumbhelp"
android:background="@drawable/btn_help"/>
</LinearLayout>
- </HorizontalScrollView>
+ <!--</HorizontalScrollView>-->
<TextView
android:id="@+id/thumb_path"