diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/home_page.xml (renamed from app/src/main/res/layout/fragment_first.xml) | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/news_page.xml (renamed from app/src/main/res/layout/fragment_second.xml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_first.xml b/app/src/main/res/layout/home_page.xml index 46033be..bf81de4 100644 --- a/app/src/main/res/layout/fragment_first.xml +++ b/app/src/main/res/layout/home_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=".FirstFragment" + tools:context=".HomePage" android:background="@color/very_dark_purple" > 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" > |