Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / chrome / android / java / res / layout / webapp_splash_screen.xml
blobe783840230f14c637ef60106c558e015887159e9
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3    Copyright 2015 The Chromium Authors. All rights reserved.
5    Use of this source code is governed by a BSD-style license that can be
6    found in the LICENSE file.
7 -->
8 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
9     android:layout_width="match_parent"
10     android:layout_height="match_parent" >
12     <ImageView
13         android:id="@+id/webapp_splash_screen_icon"
14         android:layout_width="wrap_content"
15         android:layout_height="wrap_content"
16         android:layout_gravity="center"
17         android:contentDescription="@null" />
19     <TextView
20         android:id="@+id/webapp_splash_screen_name"
21         android:layout_width="wrap_content"
22         android:layout_height="wrap_content"
23         android:layout_gravity="bottom|center_horizontal"
24         android:layout_marginBottom="64dp"
25         android:gravity="center"
26         android:fontFamily="sans-serif-condensed"
27         android:textColor="@color/default_text_color"
28         android:textSize="24sp"
29         android:maxLines="2"
30         android:ellipsize="end" />
31 </FrameLayout>