android tv: add share qr code page

Adds a page to share QR code. Includes QR icon on homepage.

Change-Id: I22717771893c53d98ea3db535d498c5ad48d49f6
diff --git a/ring-android/app/src/main/res/layout-land/frag_share.xml b/ring-android/app/src/main/res/layout-land/frag_share.xml
index a070194..7f13f12 100644
--- a/ring-android/app/src/main/res/layout-land/frag_share.xml
+++ b/ring-android/app/src/main/res/layout-land/frag_share.xml
@@ -23,8 +23,8 @@
 
     <ImageView
         android:id="@+id/qr_image"
-        android:layout_width="300dp"
-        android:layout_height="300dp"
+        android:layout_width="@dimen/qr_code_size"
+        android:layout_height="@dimen/qr_code_size"
         android:layout_marginTop="8dp"
         android:layout_marginEnd="48dp"
         android:layout_marginBottom="8dp"