channeladd.xml view: Replace tabs with white spaces

This commit is contained in:
Sebastian Kaspari 2011-06-09 00:02:34 +02:00
parent 862d6664d4
commit 7c7ce7cc41
1 changed files with 26 additions and 26 deletions

View File

@ -30,20 +30,20 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:text="@string/channel_add_description"
android:padding="5dp" />
<ListView
android:id="@+id/channels"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
android:id="@+id/channels"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/channel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:text="#"
android:layout_weight="1" />
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/channel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:text="#"
android:layout_weight="1" />
<Button
android:id="@+id/add"
android:layout_width="wrap_content"
@ -52,20 +52,20 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:minWidth="75dp" />
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/ok"
android:text="@string/action_ok"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/ok"
android:text="@string/action_ok"
android:minWidth="90dp" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/cancel"
android:text="@string/action_cancel"
android:minWidth="90dp" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/cancel"
android:text="@string/action_cancel"
android:minWidth="90dp" />
</LinearLayout>
</LinearLayout>