<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:background="#f7f7f7"
android:gravity="right"
android:orientation="vertical" >
<include
android:layout_width="match_parent"
android:layout_height="wrap_content"
layout="@layout/tab_auction_filter" />
<plus.apps.pluspulltorefresh.PullToRefreshListView
android:id="@+id/list_normal_auction"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<Button
android:id="@+id/tab_register_right"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginTop="-120dp"
android:layout_marginRight="15dp"
android:background="@drawable/filter_market_register_selector_left" />
<Button
android:id="@+id/tab_register_left"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginTop="-120dp"
android:layout_marginRight="15dp"
android:background="@drawable/filter_market_register_selector_right" />
</LinearLayout>
이클립스로 만든거구요.
저기 버튼을 누르면 현재는 앱 내부에서 팝업창이 생기면서 거기에 지정한 페이지가 웹뷰로 뜨는 방식인데 이게 문제가 좀 있어서 그냥 새로운 인터넷창으로 띄웠으면 해서요.
생초보라 저 android:id="@+id/tab_register_right" 에다가geturl 도 넣어보고 이것저것 해봐도 도무지 감이 안오네요 ㅜㅜ
고수님의 도움이 필요해영