Então seguinte meu texto na webview ou no próprio text view vão ser grande por isso usei o scroll, para não aumentar o item da lista. O código até funciona mas quando eu rodo mostra que tem mais texto e até mostra que tem barra de rolagem mais não consigo rolar a web view ele roda somente a List View
Em sexta-feira, 1 de agosto de 2014 08h37min23s UTC-3, Jonas Alves escreveu:
-- Em sexta-feira, 1 de agosto de 2014 08h37min23s UTC-3, Jonas Alves escreveu:
Você precisa explicar qual é o problema. "Não está funcionando" não vale.
Em 31/07/2014 10:24, "Lucas Emmanuel" <lucase...@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-...@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