aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/history.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/history.xml')
-rw-r--r--res/layout/history.xml56
1 files changed, 0 insertions, 56 deletions
diff --git a/res/layout/history.xml b/res/layout/history.xml
deleted file mode 100644
index 45a2993b..00000000
--- a/res/layout/history.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
- 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.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <TextView
- android:id="@+id/history_empty_msg"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_alignParentTop="true"
- android:layout_alignParentBottom="true"
- android:layout_margin="@dimen/extra_margin"
- android:gravity="center_horizontal|center_vertical"
- android:text="@string/msgs_history_empty"
- android:textAppearance="@style/primary_text_appearance_nohighlight"
- android:textSize="@dimen/title_text_size"
- android:visibility="gone" />
-
- <ListView
- android:id="@+id/history_listview"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_alignParentTop="true" />
-
- <View
- android:id="@+id/history_status"
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_alignParentBottom="true"
- android:visibility="invisible"/>
-
- <ProgressBar
- android:id="@+id/history_waiting"
- android:layout_width="@dimen/default_row_height"
- android:layout_height="@dimen/default_row_height"
- android:layout_centerInParent="true"
- android:indeterminate="true"
- android:indeterminateOnly="true"
- android:visibility="gone" />
-
-</RelativeLayout> \ No newline at end of file