Skip to content

Commit

Permalink
Adding missing button in large layouts for tablets
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Jan 22, 2019
1 parent d002b25 commit c486955
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bVNC/src2/main/res/layout-large/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,11 @@ android:layout_height="fill_parent">
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<Button
android:id="@+id/copyLogcat"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/copy_logcat"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>
</ScrollView>
6 changes: 6 additions & 0 deletions bVNC/src2/main/res/layout-large/main_rdp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,5 +393,11 @@ android:layout_height="fill_parent">
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<Button
android:id="@+id/copyLogcat"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/copy_logcat"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>
</ScrollView>
6 changes: 6 additions & 0 deletions bVNC/src2/main/res/layout-large/main_spice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,11 @@ android:layout_height="fill_parent">
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<Button
android:id="@+id/copyLogcat"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/copy_logcat"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>
</ScrollView>

0 comments on commit c486955

Please sign in to comment.