Note that there are some explanatory texts on larger screens.

plurals
  1. POtext formatting in the app.?
    primarykey
    data
    text
    <p>very simple question. or am i being an idiot. basically i made an app with text in the .xml like this (in a list):</p> <pre><code>-name -email -phone -venue -date -etc </code></pre> <p>instead in the app it comes out like this</p> <blockquote> <p>name address phone county etc</p> </blockquote> <p>is it just me or is this simple ive looked and search google but i cant find anything relevant to my situation</p> <ul> <li>what should i be using if im doing it wrong <ul> <li>do i need to create a another textview eveytime i have anew line?</li> </ul></li> </ul> <p>thanks so muchhhh</p> <pre><code>&lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context=".Main" &gt; &lt;TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /&gt; &lt;LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" &gt; &lt;/LinearLayout&gt; &lt;TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:orientation="vertical" android:text="Name * Phone * Email * Type of Event Date of Event (if known) What would you like to know more about? Message: " android:textAppearance="?android:attr/textAppearanceSmall" /&gt; &lt;/RelativeLayout&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload