Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 39 additions & 43 deletions java/res/layout/input_stone_popup.xml
Original file line number Diff line number Diff line change
@@ -1,45 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<?xml version='1.0' encoding='utf-8'?>
<!--
/*
**
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/keyboard_popup_panel_background">

<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/keyboard_popup_panel_background"
>
<org.pocketworkstation.pckeyboard.LatinKeyboardBaseView
xmlns:latin="http://schemas.android.com/apk/res/org.pocketworkstation.pckeyboard"
android:id="@+id/LatinKeyboardBaseView"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/keyboard_background"

latin:keyBackground="@drawable/btn_keyboard_key_stone"
latin:keyTextColor="@color/latinkeyboard_key_color_black"
latin:keyHintColor="#FF777777"
latin:keyCursorColor="@color/latinkeyboard_dim_color_black"
latin:shadowColor="@color/latinkeyboard_key_color_white"
latin:recolorSymbols="true"
latin:keyPreviewLayout="@layout/null_layout"
latin:popupLayout="@layout/null_layout"
/>
<org.pocketworkstation.pckeyboard.LatinKeyboardBaseView xmlns:latin="http://schemas.android.com/apk/res/org.pocketworkstation.pckeyboard"
android:id="@+id/LatinKeyboardBaseView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/keyboard_background"
latin:keyBackground="@drawable/btn_keyboard_key_stone"
latin:keyTextColor="@color/latinkeyboard_key_color_black"
latin:keyHintColor="#FF777777"
latin:keyCursorColor="@color/latinkeyboard_dim_color_black"
latin:shadowColor="@color/latinkeyboard_key_color_white"
latin:recolorSymbols="true"
latin:keyPreviewLayout="@layout/null_layout"
latin:popupLayout="@layout/null_layout">
<!--Removed ObsoleteLayoutParam: layout_alignParentBottom-->
</org.pocketworkstation.pckeyboard.LatinKeyboardBaseView>
</LinearLayout>
79 changes: 38 additions & 41 deletions java/res/layout/keyboard_popup.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/keyboard_popup_panel_background"
android:paddingLeft="16dip"
android:paddingRight="16dip"
>
<org.pocketworkstation.pckeyboard.LatinKeyboardBaseView
xmlns:latin="http://schemas.android.com/apk/res/org.pocketworkstation.pckeyboard"
android:id="@+id/LatinKeyboardBaseView"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/latinkeyboard_transparent"
<?xml version='1.0' encoding='utf-8'?>
<!--
/*
**
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/keyboard_popup_panel_background"
android:paddingLeft="16dip"
android:paddingRight="16dip">

latin:keyBackground="@drawable/btn_keyboard_key_gingerbread_popup"
latin:keyHysteresisDistance="0dip"
latin:verticalCorrection="@dimen/mini_keyboard_vertical_correction"
latin:keyPreviewLayout="@layout/null_layout"
latin:popupLayout="@layout/null_layout"
/>
<org.pocketworkstation.pckeyboard.LatinKeyboardBaseView xmlns:latin="http://schemas.android.com/apk/res/org.pocketworkstation.pckeyboard"
android:id="@+id/LatinKeyboardBaseView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/latinkeyboard_transparent"
latin:keyBackground="@drawable/btn_keyboard_key_gingerbread_popup"
latin:keyHysteresisDistance="0dip"
latin:verticalCorrection="@dimen/mini_keyboard_vertical_correction"
latin:keyPreviewLayout="@layout/null_layout"
latin:popupLayout="@layout/null_layout">
<!--Removed ObsoleteLayoutParam: layout_alignParentBottom-->
</org.pocketworkstation.pckeyboard.LatinKeyboardBaseView>
</LinearLayout>