Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid: RealViewSwitcher don't scrolling in vertical
    primarykey
    data
    text
    <p>im using RealViewSwitcher to swipe view and it's ok, my problem is similar to <a href="https://stackoverflow.com/questions/12315388/android-realviewswitcher-shows-view-partially">this</a> one. i will try to explain a bit my scenario by this pic<img src="https://i.stack.imgur.com/B6szo.jpg" alt="scenario"></p> <p>listview &lt;------> detail view ------> swipe view (horizontal). The detail view is showing only partially and if try to scroll nothing happens.</p> <p>Detail layout (no vertical scrolling)</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"&gt; &lt;TextView android:id="@+id/textView1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:textColorHint="#FF0000" android:textSize="12dp" android:textStyle="bold" android:typeface="sans" /&gt; &lt;ImageView android:id="@+id/imageView1" android:layout_width="150dip" android:layout_height="120dip" android:scaleType="centerCrop" android:src="@drawable/stub"/&gt; &lt;TextView android:id="@+id/textView2" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:padding="20dip" android:textColor="#999999" android:textColorLink="#ff0000" android:textSize="20dip" android:textStyle="normal" android:typeface="sans" /&gt; &lt;/LinearLayout&gt; </code></pre> <p>layout with RealViewSwitcher</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="vertical"&gt; &lt;it.application.ppn.lib.RealViewSwitcher android:id="@+id/horizontal_pager" android:layout_width="fill_parent" android:layout_height="0px" android:layout_weight="1"&gt; &lt;/it.application.ppn.lib.RealViewSwitcher&gt; &lt;/LinearLayout&gt; </code></pre>
    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