summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorVivek Sekhar <vsekhar@codeaurora.org>2015-02-22 12:39:05 -0800
committerPankaj Garg <pgarg@codeaurora.org>2015-03-10 18:59:53 -0700
commited791da741064a51080ec775001cf843ba6a3143 (patch)
treeec3a08e5daab327bb657f6cb4e1c9a9808defaff /res/layout-land
parent06cd42fa8ed24a0755a49d680e4da74ada2d18d5 (diff)
downloadandroid_packages_apps_Gello-ed791da741064a51080ec775001cf843ba6a3143.tar.gz
android_packages_apps_Gello-ed791da741064a51080ec775001cf843ba6a3143.tar.bz2
android_packages_apps_Gello-ed791da741064a51080ec775001cf843ba6a3143.zip
M42 snap browser
Change-Id: If52741ad5e34241aa9f928244942a33a91610e58
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/page_info.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/res/layout-land/page_info.xml b/res/layout-land/page_info.xml
index f4397a55..efbbba53 100644
--- a/res/layout-land/page_info.xml
+++ b/res/layout-land/page_info.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.
@@ -24,7 +24,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
-
+
<!-- Title: -->
<TextView
android:id="@+id/title"
@@ -33,8 +33,8 @@
android:textColor="@color/white"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:layout_marginLeft="20dip"
- android:layout_marginRight="20dip"
+ android:layout_marginStart="20dip"
+ android:layout_marginEnd="20dip"
android:layout_marginTop="12dip"
android:layout_marginBottom="12dip" />
@@ -46,27 +46,27 @@
android:orientation="vertical">
<TableRow>
- <TextView
+ <TextView
android:id="@+id/address_header"
android:text="@string/page_info_address"
android:textSize="14sp"
android:textColor="@color/white"
- android:gravity="left"
- android:layout_marginLeft="20dip"
- android:layout_marginRight="20dip" />
-
+ android:gravity="start"
+ android:layout_marginStart="20dip"
+ android:layout_marginEnd="20dip" />
+
<TextView
android:id="@+id/address"
android:textSize="14sp"
android:textColor="@color/white"
- android:gravity="left"
- android:layout_marginLeft="10dip"
- android:layout_marginRight="20dip"
+ android:gravity="start"
+ android:layout_marginStart="10dip"
+ android:layout_marginEnd="20dip"
android:layout_marginBottom="12dip" />
</TableRow>
</TableLayout>
-
+
</LinearLayout>
</ScrollView>