Fix crash on rotation and tweak landscape layout

Error and loading views were missing from the landscape
layout causing it to crash, also tweak the landscape layout
for improved UI.

Bug: 134529293
Change-Id: I53d08b6c165b4b3311c98475356f68e7a9a37df0
diff --git a/res/layout/theme_option.xml b/res/layout/theme_option.xml
index 1cb9ffa..e103b69 100644
--- a/res/layout/theme_option.xml
+++ b/res/layout/theme_option.xml
@@ -19,6 +19,8 @@
     android:layout_height="wrap_content"
     android:paddingRight="2dp"
     android:paddingBottom="@dimen/option_bottom_margin"
+    android:clipChildren="false"
+    android:clipToPadding="false"
     android:orientation="vertical">
 
     <TextView