]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/dictionary_manager_row.xml
Allow to escape only unicode chars
[Dictionary.git] / res / layout / dictionary_manager_row.xml
index 365e1f48c5b2359fce5af711168e480fc64a2171..81fe93e515d98c106f6cda1d9013f4e5c36f79ed 100644 (file)
             android:layout_height="wrap_content"
             android:orientation="horizontal"
             android:paddingRight="5dip" >
+            <Button android:layout_width="60dip" android:layout_height="40dip" />
+            <ImageButton android:layout_width="60dip" android:layout_height="40dip"
+                android:contentDescription="first language"
+                tools:ignore="HardcodedText" />
+            <Button android:layout_width="60dip" android:layout_height="40dip" />
+            <ImageButton android:layout_width="60dip" android:layout_height="40dip"
+                android:contentDescription="second language"
+                tools:ignore="HardcodedText" />
         </LinearLayout>
 
         <!--
-        http://stackoverflow.com/questions/11243867/android-last-line-of-textview-cut-off 
+        http://stackoverflow.com/questions/11243867/android-last-line-of-textview-cut-off
          -->
         <TextView
             android:id="@+id/dictionaryName"
@@ -49,4 +57,4 @@
         android:textAppearance="?android:attr/textAppearanceSmall"
         tools:ignore="HardcodedText" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>