Note that there are some explanatory texts on larger screens.

plurals
  1. POList view first element no clickable
    primarykey
    data
    text
    <p>I have a list of element in a fragment. I want to disable the title of list</p> <p><a href="http://bugs.haploid.fr/file_download.php?file_id=856&amp;type=bug" rel="nofollow">http://bugs.haploid.fr/file_download.php?file_id=856&amp;type=bug</a></p> <p>here are the code the cell of my list:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/stations_listView_layout"&gt; &lt;com.infrabel.railtime.views.RobotoMediumTextView android:id="@+id/header_textview" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="10dip" android:paddingBottom="5dip" android:layout_marginTop="29dip" android:text="A" style="@style/FragmentTitleSecondary"&gt; &lt;/com.infrabel.railtime.views.RobotoMediumTextView&gt; &lt;View android:id="@+id/header_bar" android:layout_width="match_parent" android:layout_height="2dip" android:background="@color/fragment_title_color"&gt; &lt;/View&gt; &lt;RelativeLayout style="@style/stations_listView_inner_layout" android:layout_width="fill_parent" android:layout_height="60dip"&gt; &lt;com.infrabel.railtime.views.RobotoMediumTextView android:id="@+id/name" android:layout_width="fill_parent" android:layout_height="30dip" android:layout_gravity="center_vertical" android:textSize="@dimen/menu_list_item_primary_text_size" android:textColor="@color/grey_normal"&gt; &lt;/com.infrabel.railtime.views.RobotoMediumTextView&gt; &lt;com.infrabel.railtime.views.RobotoMediumTextView android:id="@+id/details" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_marginTop="25dip" android:textSize="@dimen/fragment_title_text_size" android:textColor="@color/grey_light"&gt; &lt;/com.infrabel.railtime.views.RobotoMediumTextView&gt; &lt;/RelativeLayout&gt; &lt;/LinearLayout&gt; </code></pre> <p>i tried to set android:clickable = false or android:focusable="false" and it doesn't work.</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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