summaryrefslogtreecommitdiff
path: root/res/layout/activity.xml
diff options
context:
space:
mode:
authorFilip Pavlis <pavlis@google.com>2018-03-29 00:21:25 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-29 00:21:25 +0000
commit0bcc540fed80aa0caf50f40877042981831c1345 (patch)
treeddcf4e7d76a50225eeb8e4735ab59c1a389164ac /res/layout/activity.xml
parent5130d3466990222432cdc56399f6c907b7a64916 (diff)
parent9f742420501c710ff05e62d8d851ab4e3f4cd0cc (diff)
downloadTerminal-0bcc540fed80aa0caf50f40877042981831c1345.tar.gz
Move Terminal to androidx.
am: 9f74242050 Change-Id: I84d84fc2ad14b07dfe78f9fd0ab19fda494f7642
Diffstat (limited to 'res/layout/activity.xml')
-rw-r--r--res/layout/activity.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/activity.xml b/res/layout/activity.xml
index 2138c5a..86c36e2 100644
--- a/res/layout/activity.xml
+++ b/res/layout/activity.xml
@@ -14,16 +14,16 @@
limitations under the License.
-->
-<android.support.v4.view.ViewPager
+<androidx.viewpager.widget.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <android.support.v4.view.PagerTitleStrip
+ <androidx.viewpager.widget.PagerTitleStrip
android:id="@+id/titles"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top" />
-</android.support.v4.view.ViewPager>
+</androidx.viewpager.widget.ViewPager>