2017-08-12 04:50:25 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 18:24:02 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-09-03 06:04:18 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2017-08-12 04:50:25 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2017-09-03 06:04:18 +00:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2017-08-12 04:50:25 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
2017-09-03 06:04:18 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="¯\\_(ツ)_/¯"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
2020-10-09 18:24:02 +00:00
|
|
|
tools:ignore="HardcodedText" />
|
2017-09-03 06:04:18 +00:00
|
|
|
|
2017-08-12 04:50:25 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
2017-09-03 06:04:18 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:text="@string/history_disabled" />
|
|
|
|
</LinearLayout>
|