From b1ec76de5aedb3fcad3dba6160fc8ec4f4e1fac5 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Fri, 18 Apr 2014 11:28:36 +0000
Subject: [PATCH] Missing change in landscape layout

---
 res/layout-land/fragment_main.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/layout-land/fragment_main.xml b/res/layout-land/fragment_main.xml
index f80f76aad..2c4643864 100644
--- a/res/layout-land/fragment_main.xml
+++ b/res/layout-land/fragment_main.xml
@@ -19,7 +19,7 @@
             android:scaleType="centerInside"
             android:contentDescription="@string/desc_i2p_logo" />
 
-        <ToggleButton
+        <net.i2p.android.router.util.LongToggleButton
             android:id="@+id/router_onoff_button"
             android:layout_width="match_parent"
             android:layout_height="68dp"
-- 
GitLab