Showing posts with label scrollable. Show all posts
Showing posts with label scrollable. Show all posts

Thursday, April 3, 2014

Horizontal Vertical scrollable view

,
By using and , we can make a layout scrollable horizontally and vertically.

Horizontal-Vertical scrollable view
Horizontal-Vertical scrollable view
Example XML:
<LinearLayout 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:orientation="vertical"
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=".MainActivity" >

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:autoLink="web"
android:text="http://android-er.blogspot.com/"
android:textStyle="bold" />

<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ff0000"
android:padding="5dp" >

<ScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#00ff00"
android:padding="5dp" >

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="#909090" >

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Horizontal-Vertical scroll view" />

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#d0d0d0"
android:orientation="horizontal"
android:padding="5dp" >

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#c0c0c0"
android:src="@drawable/ic_launcher" />

<ImageView
android:layout_width="400dp"
android:layout_height="wrap_content"
android:background="#b0b0b0"
android:src="@drawable/ic_launcher" />

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#a0a0a0"
android:src="@drawable/ic_launcher" />
</LinearLayout>

<ImageView
android:layout_width="400dp"
android:layout_height="400dp"
android:src="@drawable/ic_launcher" />

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher" />

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher" />

</LinearLayout>
</ScrollView>
</HorizontalScrollView>

</LinearLayout>

Read more

Friday, March 21, 2014

Pure news widget scrollable 1 1 0 v1 1 0 Android Apk App

,
Pure news widget (scrollable) v1.1.0
Requirements: Android 1.5 and up
Overview: Great widget to view all your Google Reader news feeds

Pure news widget is a scrollable widget for Google Reader news reading (Rss).
WARNING:
This is a scrollable widget which REQUIRE ADW Launcher, Launcher Pro, LiveHome, Go Launcher Ex or an Android 3.0 device like Xoom. If you dont use a Launcher supporting scrollable widgets, it wont work.
Features:
- Connected to Google reader to retrieve your prefered news
- Scrollable widget with most alternative launchers like ADW, Zeam Launcher, Go Launcher or LauncherPro
- Show news thumbnails
- Multiples skins and widgets sizes to make a fancy widget
- Lot of options to customize rendering
- Can use Google Mobilizer to reduce used bandwidth when reading full article
- full Android 3.0 / HoneyComb / Xoom support !!! with scrolling !
- Can mark as read in Google reader
- Optional local cache of articles
Whats in this version:
1.1.0:
NEW allow old and new login type (for users who didnt configure gmail account on their phone)
FIX feed retrieval if no categories defines
1.0.8:
NEW phone credential usage for Android &gt;2.0 (avoid using password). Please, relogin in the widget config.
NEW display categories in feed selection
NEW allow full category selection in feed selection
NEW fully support multi-widgets
FIX 4G network detection and usage
FIX constant update with multi-widgets
Download Instructions:
http://www.filesonic.com/file/1719520864
Mirror:
http://www.wupload.com/file/112652341
http://www.multiupload.com/C2TC6GZ50H
Read more
 

Download Android Game Copyright © 2016 -- Powered by Blogger