| Index: remoting/android/host/res/layout/main.xml
|
| diff --git a/remoting/android/java/res/layout/credits.xml b/remoting/android/host/res/layout/main.xml
|
| similarity index 75%
|
| copy from remoting/android/java/res/layout/credits.xml
|
| copy to remoting/android/host/res/layout/main.xml
|
| index ba8b497299ff00884a6f778157cf6f587ea01c56..1687601e01d6da7d1f20217da90e8bcf4b12e11e 100644
|
| --- a/remoting/android/java/res/layout/credits.xml
|
| +++ b/remoting/android/host/res/layout/main.xml
|
| @@ -13,9 +13,6 @@
|
| android:id="@+id/toolbar"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - style="@style/ToolbarStyle"/>
|
| - <WebView android:id="@+id/web_view"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="0dp"
|
| - android:layout_weight="1"/>
|
| + android:background="?attr/colorPrimary"
|
| + android:elevation="4dp"/>
|
| </LinearLayout>
|
|
|