diff options
Diffstat (limited to '')
| -rw-r--r-- | app/src/main/res/layout/news_page.xml (renamed from app/src/main/res/layout/fragment_second.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_second.xml b/app/src/main/res/layout/news_page.xml index daabf01..5d9018c 100644 --- a/app/src/main/res/layout/fragment_second.xml +++ b/app/src/main/res/layout/news_page.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".SecondFragment" + tools:context=".NewsPage" android:background="@color/very_dark_purple" > |
