Skip to content

Instantly share code, notes, and snippets.

@raymondctc
Created March 18, 2020 02:00
Show Gist options
  • Save raymondctc/956a050efe6da672eca1acb01a904537 to your computer and use it in GitHub Desktop.
Save raymondctc/956a050efe6da672eca1acb01a904537 to your computer and use it in GitHub Desktop.
beforeDescendants
<LinearLayout
android:width="wrap_content"
android:height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:orientation="vertical">
<PostView ... />
<PublisherAdView ... />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment