Created
March 18, 2020 02:00
-
-
Save raymondctc/956a050efe6da672eca1acb01a904537 to your computer and use it in GitHub Desktop.
beforeDescendants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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