am 753d43a2: Do not generate ids in the android package
* commit '753d43a29945ac594f7f1ebeedf2a2d0b8744a23': Do not generate ids in the android packagemain
commit
e906beb469
|
@ -42,7 +42,7 @@
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+android:id/title"
|
android:id="@android:id/title"
|
||||||
android:layout_marginLeft="5dip"
|
android:layout_marginLeft="5dip"
|
||||||
android:layout_marginStart="5dip"
|
android:layout_marginStart="5dip"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
android:layout_marginLeft="5dip">
|
android:layout_marginLeft="5dip">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+android:id/summary"
|
android:id="@android:id/summary"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
|
@ -77,14 +77,14 @@
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<com.android.inputmethod.dictionarypack.ButtonSwitcher
|
<com.android.inputmethod.dictionarypack.ButtonSwitcher
|
||||||
android:id="@+android:id/wordlist_button_switcher"
|
android:id="@+id/wordlist_button_switcher"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:layout_marginStart="13dip"
|
android:layout_marginStart="13dip"
|
||||||
android:layout_marginLeft="13dip"
|
android:layout_marginLeft="13dip"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<Button
|
<Button
|
||||||
android:id="@+android:id/dict_install_button"
|
android:id="@+id/dict_install_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right|center_vertical"
|
android:layout_gravity="right|center_vertical"
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:text="@string/install_dict" />
|
android:text="@string/install_dict" />
|
||||||
<Button
|
<Button
|
||||||
android:id="@+android:id/dict_cancel_button"
|
android:id="@+id/dict_cancel_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right|center_vertical"
|
android:layout_gravity="right|center_vertical"
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:text="@string/cancel_download_dict" />
|
android:text="@string/cancel_download_dict" />
|
||||||
<Button
|
<Button
|
||||||
android:id="@+android:id/dict_delete_button"
|
android:id="@+id/dict_delete_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right|center_vertical"
|
android:layout_gravity="right|center_vertical"
|
||||||
|
|
Loading…
Reference in New Issue