Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-12 19:07:38 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-12 19:07:57 +0300
commit4ecb4bbc6ef012bbc674c33a1bc8aabc545890b3 (patch)
treee18cc35d4c0ae1ae002462bc0d0cacf4e189c20f
parentd1b2e627be28a3e985dd165ffcdca31a32730ccf (diff)
Remove stale reference to non-existing activity
-rw-r--r--app/src/main/res/layout-sw600dp/fragment_channel.xml3
-rw-r--r--app/src/main/res/layout-sw720dp/fragment_channel.xml3
-rw-r--r--app/src/main/res/layout/fragment_channel.xml3
3 files changed, 3 insertions, 6 deletions
diff --git a/app/src/main/res/layout-sw600dp/fragment_channel.xml b/app/src/main/res/layout-sw600dp/fragment_channel.xml
index e6a1f9e..f19cc12 100644
--- a/app/src/main/res/layout-sw600dp/fragment_channel.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_channel.xml
@@ -25,8 +25,7 @@
android:layout_marginRight="16dp"
android:divider="?attr/dividerHorizontal"
android:orientation="horizontal"
- android:showDividers="middle"
- tools:context=".ChannelActivity" >
+ android:showDividers="middle">
<LinearLayout
android:id="@+id/left_split"
diff --git a/app/src/main/res/layout-sw720dp/fragment_channel.xml b/app/src/main/res/layout-sw720dp/fragment_channel.xml
index 8d455be..c3ed086 100644
--- a/app/src/main/res/layout-sw720dp/fragment_channel.xml
+++ b/app/src/main/res/layout-sw720dp/fragment_channel.xml
@@ -25,8 +25,7 @@
android:layout_marginRight="16dp"
android:divider="?attr/dividerHorizontal"
android:orientation="horizontal"
- android:showDividers="middle"
- tools:context=".ChannelActivity" >
+ android:showDividers="middle">
<LinearLayout
android:id="@+id/left_split"
diff --git a/app/src/main/res/layout/fragment_channel.xml b/app/src/main/res/layout/fragment_channel.xml
index a481439..362659f 100644
--- a/app/src/main/res/layout/fragment_channel.xml
+++ b/app/src/main/res/layout/fragment_channel.xml
@@ -21,8 +21,7 @@
android:id="@+id/channelcontainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical"
- tools:context=".ChannelActivity" >
+ android:orientation="vertical">
<androidx.viewpager.widget.ViewPager
android:id="@+id/channel_view_pager"