diff options
Diffstat (limited to 'src/main/res/layout/main_fragment_top_info_layout.xml')
| -rw-r--r-- | src/main/res/layout/main_fragment_top_info_layout.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/main/res/layout/main_fragment_top_info_layout.xml b/src/main/res/layout/main_fragment_top_info_layout.xml new file mode 100644 index 000000000..6cf415824 --- /dev/null +++ b/src/main/res/layout/main_fragment_top_info_layout.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <ImageView + android:id="@+id/keyboard_screen_shot" + android:contentDescription="@string/ime_name" + android:layout_width="match_parent" + android:layout_height="200dp" + android:src="@drawable/lean_dark_theme_screenshot" + android:layout_gravity="fill" + android:scaleType="centerCrop" /> + + <TextView + android:id="@+id/ask_gplus_link" + style="@style/Ask.Text.Small.Shadow" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_margin="8dp" + android:padding="8dp" + android:autoLink="web" + android:layout_gravity="top|left" + android:drawableLeft="@drawable/gplus" + android:text="@string/ime_name" + android:drawablePadding="6dp" + android:background="#3FFF" /> + + <TextView + style="@style/Ask.Text.Normal.Shadow" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_margin="8dp" + android:padding="8dp" + android:text="@string/how_to_pointer_not_app" + android:layout_gravity="center_horizontal|bottom" + android:background="#3FFF" + android:textColor="@android:color/white" /> +</FrameLayout>
\ No newline at end of file |
