Skip to content

Commit

Permalink
rename xml namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
crvv committed Feb 11, 2017
1 parent 40c1b1e commit 9160bac
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions app/src/main/res/xml/rows_qwerty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
*/
-->

<merge xmlns:latin="http://schemas.android.com/apk/res/com.github.crvv.wubinput">
<include latin:keyboardLayout="@xml/key_styles_common"/>
<Row latin:keyWidth="10%p">
<include latin:keyboardLayout="@xml/rowkeys_qwerty1"/>
<merge xmlns:app="http://schemas.android.com/apk/res/com.github.crvv.wubinput">
<include app:keyboardLayout="@xml/key_styles_common"/>
<Row app:keyWidth="10%p">
<include app:keyboardLayout="@xml/rowkeys_qwerty1"/>
</Row>
<Row latin:keyWidth="10%p">
<Row app:keyWidth="10%p">
<include
latin:keyboardLayout="@xml/rowkeys_qwerty2"
latin:keyXPos="4%p"/>
app:keyboardLayout="@xml/rowkeys_qwerty2"
app:keyXPos="4%p"/>
</Row>
<Row latin:keyWidth="10%p">
<Row app:keyWidth="10%p">
<!--<Key-->
<!--latin:keyStyle="shiftKeyStyle"-->
<!--latin:keyWidth="8%p"-->
<!--latin:visualInsetsRight="1%p" />-->
<include
latin:keyboardLayout="@xml/rowkeys_qwerty3"
latin:keyXPos="8%p"/>
app:keyboardLayout="@xml/rowkeys_qwerty3"
app:keyXPos="8%p"/>
<Key
latin:keyStyle="deleteKeyStyle"
latin:keyWidth="fillRight"
latin:visualInsetsLeft="1%p"/>
app:keyStyle="deleteKeyStyle"
app:keyWidth="fillRight"
app:visualInsetsLeft="1%p"/>
</Row>
<include latin:keyboardLayout="@xml/row_qwerty4"/>
<include app:keyboardLayout="@xml/row_qwerty4"/>
</merge>

0 comments on commit 9160bac

Please sign in to comment.