rebuilt example project for CC26XX

This commit is contained in:
strawmanbobi
2019-02-24 15:36:12 +08:00
parent 6e630ca504
commit d14fa1ca23
895 changed files with 13986 additions and 366766 deletions

24
android-example/app/src/main/res/layout/ptr_header.xml Executable file → Normal file
View File

@@ -1,12 +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>
<?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>