summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-05-03 22:04:41 +0200
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-05-10 10:09:38 -0700
commita6afb10cd023f634c7f2fdbede6497e7af207f26 (patch)
tree1fd0ee15629e37b44258bf10d84201f2b0a785cb /res
parent9acef23411f948e2ba151a30d8c5c2206b3ab883 (diff)
downloadandroid_packages_apps_Gello-a6afb10cd023f634c7f2fdbede6497e7af207f26.tar.gz
android_packages_apps_Gello-a6afb10cd023f634c7f2fdbede6497e7af207f26.tar.bz2
android_packages_apps_Gello-a6afb10cd023f634c7f2fdbede6497e7af207f26.zip
Gello: no need to press things twice
Disable folder spinner selector since folders are broken Change-Id: I7064fda1a8710c2efb00539fdd0a490e2c452b04 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res')
-rw-r--r--res/layout/bookmarks.xml7
-rw-r--r--res/layout/browser_add_bookmark_content.xml2
2 files changed, 6 insertions, 3 deletions
diff --git a/res/layout/bookmarks.xml b/res/layout/bookmarks.xml
index 7eee4e9b..1b1df803 100644
--- a/res/layout/bookmarks.xml
+++ b/res/layout/bookmarks.xml
@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -77,6 +77,7 @@
android:id="@+id/new_bmfolder_button"
android:text="@string/new_folder"
android:layout_width="0dip"
+ android:visibility="gone"
android:layout_height="wrap_content"
android:textSize="14sp"
android:layout_weight="1"
@@ -84,4 +85,4 @@
/>
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>
diff --git a/res/layout/browser_add_bookmark_content.xml b/res/layout/browser_add_bookmark_content.xml
index 2f774cf8..cb51cca9 100644
--- a/res/layout/browser_add_bookmark_content.xml
+++ b/res/layout/browser_add_bookmark_content.xml
@@ -192,6 +192,7 @@
<LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
+ android:visibility="gone"
android:layout_marginBottom="8dp"
android:layout_gravity="center">
<ImageView
@@ -222,6 +223,7 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
+ android:visibility="gone"
android:paddingBottom="16dp">
<view class="com.android.browser.AddBookmarkPage$CustomListView"
android:id="@+id/list"