Open GoogleCodeExporter opened 8 years ago
yes
it has already been reported early
xml support for zoomview will soon be available
Original comment by karooo...@gmail.com
on 5 Mar 2013 at 1:21
[deleted comment]
i followed ur suggestion and got rid of inflation exception. but now i am
getting null pointer exception at
View v1 =
((LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE)).inflate(R.la
yout.standalone_example, null, false);
v1.setLayoutParams(new LinearLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT));
zoomview.addView(v1);//here
my xml code is as follows
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/relat">
<com.example.image.ZoomView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
<com.example.image.PageCurlView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/dcgpagecurlPageCurlView1"
>
</com.example.image.PageCurlView>
</com.example.image.ZoomView>
</LinearLayout>
Original comment by karthika...@gmail.com
on 13 Jun 2013 at 4:14
hi i want to how to implement zoomview code in my project
give details
for remote desktop using smartphone
Original comment by ghodake....@gmail.com
on 21 Mar 2014 at 7:51
Original issue reported on code.google.com by
lorenzo....@gmail.com
on 19 Feb 2013 at 9:14