Você precisa explicar qual é o problema. "Não está funcionando" não vale.
Em 31/07/2014 10:24, "Lucas Emmanuel" <lucasemmanuel@williarts.com.br> escreveu:
-- Alguém já precisou usar uma webview dentro do adapter da list view e funcionou?--
Comigo não está funcionando e já pesquisei de tudo qualquer forma e não consegui achar a solução, alguém sabe me dizer se tem como ou tem uma solução melhor?
segue o código:
listview =><ListViewandroid:id="@+id/lvProfissionais"android:layout_width="fill_parent"android:layout_height="fill_parent"android:layout_marginTop="5dp"android:cacheColorHint="@android:color/transparent"android:choiceMode="multipleChoice"android:divider="@android:drawable/screen_background_light_transparent"android:dividerHeight="10dp"android:fadingEdgeLength="0dp"android:fastScrollEnabled="true"android:listSelector="@android:color/transparent"android:scrollbars="none"android:scrollingCache="false"android:smoothScrollbar="false"/>
Adapter =><LinearLayoutandroid:orientation="horizontal"android:id="@+id/ll"android:background="#FFFFFF"android:layout_width="match_parent"android:layout_height="100dp"><WebViewandroid:layout_width="fill_parent"android:id="@+id/wb"android:textColor="#000000"android:textSize="16dp"android:layout_height="fill_parent" /></LinearLayout>
Já tentei assim também e não foi o meu adapter:<LinearLayoutandroid:orientation="horizontal"android:id="@+id/ll"android:background="#FFFFFF"android:layout_width="match_parent"android:layout_height="100dp"><ScrollViewandroid:layout_width="fill_parent"android:id="@+id/svS"android:layout_height="wrap_content"><TextViewandroid:layout_width="fill_parent"android:id="@+id/tvS"android:text="consectetur adipiscing elitng ng elit ng elitelitng elit.nsectetur adipiscing elitn nsectetur adipiscing elitn Vestibulum posuere sem non augue sodales fermentum. "android:textColor="#000000"android:textSize="16dp"android:layout_marginTop="5dp"android:layout_height="fill_parent" /></ScrollView></LinearLayout>
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
0 comentários:
Postar um comentário