updated example name”

This commit is contained in:
2017-06-10 17:57:47 +08:00
parent 5de4ac202c
commit c5327f8717
827 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/ptr_headerContainer">
<RelativeLayout android:id="@+id/ptr_id_header" style="@style/ptr_header">
<ImageView android:id="@+id/ptr_id_image" style="@style/ptr_arrow" />
<ProgressBar android:id="@+id/ptr_id_spinner" style="@style/ptr_spinner" />
<LinearLayout android:id="@+id/ptr_id_textwrapper" style="@style/ptr_textwrapper">
<TextView android:id="@+id/ptr_id_text" style="@style/ptr_text" />
<TextView android:id="@+id/ptr_id_last_updated" style="@style/ptr_last_updated" />
</LinearLayout>
</RelativeLayout>
</LinearLayout>