2011-11-28 22:38:35 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
2011-12-13 12:15:17 -08:00
|
|
|
|
2012-01-17 19:40:43 -08:00
|
|
|
<LinearLayout android:layout_width="fill_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:background="@drawable/abouthome_bg_repeat">
|
2011-12-13 12:15:17 -08:00
|
|
|
|
|
|
|
<RelativeLayout android:id="@+id/top_sites"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:isScrollContainer="false"
|
|
|
|
android:background="@drawable/abouthome_topsites_bg_repeat">
|
|
|
|
|
|
|
|
<ImageView android:layout_width="fill_parent"
|
|
|
|
android:layout_height="50dip"
|
|
|
|
android:gravity="fill"
|
|
|
|
android:background="@drawable/abouthome_bg_repeat"/>
|
|
|
|
|
|
|
|
<ImageView android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:src="@drawable/abouthome_icon"/>
|
|
|
|
|
|
|
|
<TextView android:id="@+id/top_sites_title"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="12dip"
|
|
|
|
android:layout_marginTop="55dip"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:textColor="#000000"
|
|
|
|
android:textStyle="bold"
|
2012-01-17 19:40:43 -08:00
|
|
|
android:text="@string/abouthome_top_sites_title"/>
|
2011-12-13 12:15:17 -08:00
|
|
|
|
|
|
|
<view class="org.mozilla.gecko.AboutHomeContent$TopSitesGridView"
|
|
|
|
android:id="@+id/top_sites_grid"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_below="@id/top_sites_title"
|
|
|
|
android:verticalSpacing="8dip"
|
|
|
|
android:horizontalSpacing="0dip"
|
|
|
|
android:isScrollContainer="false"
|
|
|
|
android:gravity="center"/>
|
|
|
|
|
|
|
|
<view class="org.mozilla.gecko.AboutHomeContent$LinkTextView"
|
|
|
|
android:id="@+id/all_top_sites_text"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="30dip"
|
|
|
|
android:layout_below="@id/top_sites_grid"
|
|
|
|
android:layout_marginTop="7dip"
|
|
|
|
android:textColor="#22629e"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:gravity="top|center_horizontal"
|
2012-01-17 19:40:43 -08:00
|
|
|
android:text="@string/abouthome_top_sites_browse"/>
|
2011-12-13 12:15:17 -08:00
|
|
|
|
2012-01-17 19:40:43 -08:00
|
|
|
<ImageView android:id="@+id/logo"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="16dip"
|
|
|
|
android:layout_marginBottom="10dip"
|
|
|
|
android:layout_marginLeft="12dip"
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:src="@drawable/abouthome_logo"/>
|
2011-12-13 12:15:17 -08:00
|
|
|
|
2012-01-17 19:40:43 -08:00
|
|
|
</RelativeLayout>
|
2011-12-13 12:15:17 -08:00
|
|
|
|
2012-01-17 19:40:43 -08:00
|
|
|
<TextView android:id="@+id/last_tabs_title"
|
2011-12-13 12:15:17 -08:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="26dip"
|
|
|
|
android:paddingLeft="12dip"
|
|
|
|
android:background="@drawable/abouthome_separator"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:textColor="#000000"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:gravity="left|center_vertical"
|
2012-01-17 19:40:43 -08:00
|
|
|
android:visibility="gone"
|
|
|
|
android:text="@string/abouthome_last_tabs_title"/>
|
2011-12-13 12:15:17 -08:00
|
|
|
|
2012-01-17 19:40:43 -08:00
|
|
|
<LinearLayout android:id="@+id/last_tabs"
|
2011-12-13 12:15:17 -08:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
2012-01-17 19:40:43 -08:00
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
<view class="org.mozilla.gecko.AboutHomeContent$LinkTextView"
|
|
|
|
android:id="@+id/last_tabs_open_all"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="47dip"
|
|
|
|
android:background="@drawable/abouthome_separator"
|
|
|
|
android:textColor="#22629e"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:text="@string/abouthome_last_tabs_open"/>
|
2011-12-13 12:15:17 -08:00
|
|
|
|
2012-01-17 19:40:43 -08:00
|
|
|
<TextView android:id="@+id/recommended_addons_title"
|
2011-12-13 12:15:17 -08:00
|
|
|
android:layout_width="fill_parent"
|
2012-01-17 19:40:43 -08:00
|
|
|
android:layout_height="26dip"
|
|
|
|
android:paddingLeft="12dip"
|
2011-12-13 12:15:17 -08:00
|
|
|
android:background="@drawable/abouthome_separator"
|
|
|
|
android:textSize="12sp"
|
2012-01-17 19:40:43 -08:00
|
|
|
android:textColor="#000000"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:gravity="left|center_vertical"
|
|
|
|
android:text="@string/abouthome_addons_title"/>
|
2011-12-13 12:15:17 -08:00
|
|
|
|
2012-01-17 19:40:43 -08:00
|
|
|
<LinearLayout android:id="@+id/recommended_addons"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:isScrollContainer="false"/>
|
|
|
|
|
|
|
|
<view class="org.mozilla.gecko.AboutHomeContent$LinkTextView"
|
|
|
|
android:id="@+id/all_addons_text"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="47dip"
|
|
|
|
android:background="@drawable/abouthome_separator"
|
|
|
|
android:textColor="#22629e"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/abouthome_addons_browse"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
2011-12-13 12:15:17 -08:00
|
|
|
|
2011-11-28 22:38:35 -08:00
|
|
|
</merge>
|