Click here to Skip to main content
15,887,477 members
Home / Discussions / Android
   

Android

 
AnswerRe: Draggable Button in Xamarin.Android ? Pin
Richard MacCutchan11-Aug-15 5:42
mveRichard MacCutchan11-Aug-15 5:42 
QuestionI have table not found in SQLite database table. Pin
Member 1141933410-Aug-15 22:19
Member 1141933410-Aug-15 22:19 
AnswerRe: I have table not found in SQLite database table. Pin
Richard MacCutchan10-Aug-15 23:29
mveRichard MacCutchan10-Aug-15 23:29 
Questionhow to change the actionbar background color Pin
Member 118975669-Aug-15 21:16
Member 118975669-Aug-15 21:16 
SuggestionRe: how to change the actionbar background color Pin
Richard MacCutchan9-Aug-15 21:59
mveRichard MacCutchan9-Aug-15 21:59 
GeneralRe: how to change the actionbar background color Pin
Member 118975669-Aug-15 22:44
Member 118975669-Aug-15 22:44 
GeneralRe: how to change the actionbar background color Pin
Richard MacCutchan10-Aug-15 1:06
mveRichard MacCutchan10-Aug-15 1:06 
QuestionTable rows not scrolling Pin
pkfox24-Jul-15 20:53
professionalpkfox24-Jul-15 20:53 
Hi all, I have a TableLayout nested within a ScrollView / LinearLayout, I add rows to the table dynamically when the application starts, the problem I have is I'm only seeing a third of my tables rows e.g. if I have 30 rows I can only scroll down to row 10 - my layout is as shown below - can anyone see anything wrong with this layout ? It displays and works perfectly for the rows that are visible ( please excuse the formatting )
HTML
<ScrollView
       android:layout_width="fill_parent"
       android:layout_height="fill_parent"
       android:fillViewport="true">
      <LinearLayout
           android:layout_width="fill_parent"
           android:layout_height="fill_parent">
      <TableLayout
           android:layout_width="fill_parent"
           android:layout_height="fill_parent"
           android:id="@+id/tablelayoutmain"
           xmlns:android="http://schemas.android.com/apk/res/android"
           android:layout_marginTop="20dp"
           android:gravity="fill">
      </TableLayout>
    </LinearLayout>
</ScrollView>
We can’t stop here, this is bat country - Hunter S Thompson RIP


modified 25-Jul-15 5:29am.

AnswerRe: Table rows not scrolling Pin
Richard MacCutchan24-Jul-15 23:44
mveRichard MacCutchan24-Jul-15 23:44 
GeneralRe: Table rows not scrolling Pin
pkfox25-Jul-15 1:20
professionalpkfox25-Jul-15 1:20 
GeneralRe: Table rows not scrolling Pin
Richard MacCutchan25-Jul-15 2:31
mveRichard MacCutchan25-Jul-15 2:31 
GeneralRe: Table rows not scrolling Pin
Richard MacCutchan25-Jul-15 3:43
mveRichard MacCutchan25-Jul-15 3:43 
GeneralRe: Table rows not scrolling Pin
pkfox25-Jul-15 23:09
professionalpkfox25-Jul-15 23:09 
GeneralRe: Table rows not scrolling Pin
pkfox26-Jul-15 1:06
professionalpkfox26-Jul-15 1:06 
GeneralRe: Table rows not scrolling Pin
Richard MacCutchan26-Jul-15 1:23
mveRichard MacCutchan26-Jul-15 1:23 
AnswerRe: Table rows not scrolling Pin
Afzaal Ahmad Zeeshan25-Jul-15 1:53
professionalAfzaal Ahmad Zeeshan25-Jul-15 1:53 
GeneralRe: Table rows not scrolling Pin
pkfox25-Jul-15 23:11
professionalpkfox25-Jul-15 23:11 
AnswerRe: Table rows not scrolling Pin
Member 1190643213-Aug-15 0:43
Member 1190643213-Aug-15 0:43 
GeneralRe: Table rows not scrolling Pin
pkfox14-Aug-15 3:09
professionalpkfox14-Aug-15 3:09 
QuestionHow to start in Android programming Pin
aahamdan24-Jul-15 8:42
aahamdan24-Jul-15 8:42 
AnswerRe: How to start in Android programming Pin
Richard MacCutchan24-Jul-15 22:31
mveRichard MacCutchan24-Jul-15 22:31 
GeneralRe: How to start in Android programming Pin
aahamdan26-Jul-15 9:00
aahamdan26-Jul-15 9:00 
AnswerRe: How to start in Android programming Pin
IlaSNema10-Aug-15 20:43
IlaSNema10-Aug-15 20:43 
QuestionSQLite Database help Pin
Member 1185517022-Jul-15 3:58
Member 1185517022-Jul-15 3:58 
AnswerRe: SQLite Database help Pin
Richard MacCutchan22-Jul-15 6:22
mveRichard MacCutchan22-Jul-15 6:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.