This commit is contained in:
hyb1996
2018-01-23 14:45:17 +08:00
parent af2c3940ed
commit 7f6e9dd210
4 changed files with 40 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
android:layout_height="match_parent">
<android.support.v4.widget.SwipeRefreshLayout
<com.stardust.theme.widget.ThemeColorSwipeRefreshLayout
android:id="@+id/swipe_refresh_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -14,7 +14,7 @@
android:id="@+id/web_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</android.support.v4.widget.SwipeRefreshLayout>
</com.stardust.theme.widget.ThemeColorSwipeRefreshLayout>
<ProgressBar
android:id="@+id/progress_bar"

View File

@@ -5,7 +5,7 @@
android:background="@android:color/white">
<android.support.v4.widget.SwipeRefreshLayout
<com.stardust.theme.widget.ThemeColorSwipeRefreshLayout
android:id="@+id/swipe_refresh_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -15,7 +15,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</android.support.v4.widget.SwipeRefreshLayout>
</com.stardust.theme.widget.ThemeColorSwipeRefreshLayout>
<TextView
android:id="@+id/notice_no_running_script"