fork download
  1. <LinearLayout xmlns:android="http://s...content-available-to-author-only...d.com/apk/res/android"
  2. xmlns:tools="http://s...content-available-to-author-only...d.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:paddingBottom="@dimen/activity_vertical_margin"
  6. android:paddingLeft="@dimen/activity_horizontal_margin"
  7. android:paddingRight="@dimen/activity_horizontal_margin"
  8. android:paddingTop="@dimen/activity_vertical_margin"
  9. tools:context=".Main_fragment" >
  10.  
  11. android:id="@+id/buttonTrocar1"
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:text="@string/button_Trocar" />
  15.  
  16. <fragment
  17. class="com.example.felipepr5.Fragment_conteudo"
  18. android:id="@+id/myfragment"
  19. android:layout_width="0px"
  20. android:layout_weight="4"
  21. android:layout_height="match_parent" />
  22.  
  23. </LinearLayout>
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty