Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Last active October 3, 2016 10:20
Show Gist options
  • Save pavlospt/c17a5278fb81371776dba6c594f74237 to your computer and use it in GitHub Desktop.
Save pavlospt/c17a5278fb81371776dba6c594f74237 to your computer and use it in GitHub Desktop.
Candidate Before
<TableLayout
android:id="@+id/candidate_browse_job_table"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:shrinkColumns="0"
android:stretchColumns="1">
<TableRow>
<TextView
android:id="@+id/candidate_browser_job"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
/>
<TextView
android:id="@+id/candidate_stage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</TableRow>
</TableLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment