Skip to content

Commit

Permalink
channeladd.xml view: Replace tabs with white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Jun 8, 2011
1 parent 862d666 commit 7c7ce7c
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions application/res/layout/channeladd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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>

0 comments on commit 7c7ce7c

Please sign in to comment.