summaryrefslogtreecommitdiffstats
path: root/go/quickstep/res
diff options
context:
space:
mode:
authorKevin <kevhan@google.com>2019-01-17 12:40:52 -0800
committerKevin <kevhan@google.com>2019-01-18 11:22:49 -0800
commit5ec7b98c66082b6553c59cf05fad019098a587ef (patch)
tree61847fb14eb76717d9abee0e274de9dd6ba257fa /go/quickstep/res
parentc049c80e411b59d5e20cb6d9f82b98ee04f14a8c (diff)
downloadandroid_packages_apps_Trebuchet-5ec7b98c66082b6553c59cf05fad019098a587ef.tar.gz
android_packages_apps_Trebuchet-5ec7b98c66082b6553c59cf05fad019098a587ef.tar.bz2
android_packages_apps_Trebuchet-5ec7b98c66082b6553c59cf05fad019098a587ef.zip
Add icon recents view for Go
Add a specific view for Go's icon recents. We also add a few properties for use in future refactors. Bug: 114136250 Test: Build Launcher3GoIconRecents Change-Id: I9852679256158344ab276d1c477f55b7dd2d6a52
Diffstat (limited to 'go/quickstep/res')
-rw-r--r--go/quickstep/res/layout/icon_recents_root_view.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/go/quickstep/res/layout/icon_recents_root_view.xml b/go/quickstep/res/layout/icon_recents_root_view.xml
index 122fadf24..82d58909e 100644
--- a/go/quickstep/res/layout/icon_recents_root_view.xml
+++ b/go/quickstep/res/layout/icon_recents_root_view.xml
@@ -14,11 +14,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- TODO(114136250): Remove this temporary placeholder view for Go recents -->
-<TextView
+<com.android.quickstep.views.IconRecentsView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:gravity="center"
- android:text="Stub!"
- android:textSize="40sp"/> \ No newline at end of file
+ android:gravity="center">
+ <!-- TODO(114136250): Remove this temporary placeholder view for Go recents -->
+ <TextView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:gravity="center"
+ android:text="Stub!"
+ android:textSize="40sp"/>
+</com.android.quickstep.views.IconRecentsView> \ No newline at end of file