Fragment Tag in Fragment konform?

pootney

pootney

Stammgast
303
Guten Abend,

irgendwie fühlt sich das folgende Layout für mein Fragment nicht richtig an aufgrund des fragment Tags :D :

Code:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >

    <fragment
        android:id="@+id/map"
        android:name="com.google.android.gms.maps.SupportMapFragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</RelativeLayout>
Das Fragment funktioniert soweit richtig.

Ich bitte um Aufklärung.

Vielen Dank.

Mit freundlichen Grüßen

pootney
 

Ähnliche Themen

M
Antworten
2
Aufrufe
863
jogimuc
J
Tiefkuehlpizza
Antworten
2
Aufrufe
951
Tiefkuehlpizza
Tiefkuehlpizza
R
Antworten
9
Aufrufe
730
koje71
koje71
Zurück
Oben Unten