Skip to content

Commit

Permalink
横向键盘
Browse files Browse the repository at this point in the history
  • Loading branch information
苏航 committed Oct 29, 2019
1 parent dac4729 commit 6d937ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/dialog_keyboard_landscape.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
android:id="@+id/dialog_et"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_above="@+id/keyboard_v"
android:background="@color/white"
android:gravity="center"
android:hint="输入单词然后回车翻译"
Expand All @@ -17,7 +16,7 @@

<com.insightsurfface.stylelibrary.keyboard.English26KeyBoardView
android:id="@+id/keyboard_v"
android:layout_below="@+id/dialog_et"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"></com.insightsurfface.stylelibrary.keyboard.English26KeyBoardView>
android:layout_height="wrap_content"></com.insightsurfface.stylelibrary.keyboard.English26KeyBoardView>
</RelativeLayout>

0 comments on commit 6d937ee

Please sign in to comment.