Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor design modifications #30

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions fivegmag_5GMSdAwareApplication/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ the [Media Session Handler](https://github.com/5G-MAG/rt-5gms-media-session-hand

A list of specification related to this repository is available in the [Standards Wiki](https://github.com/5G-MAG/Standards/wiki/5G-Downlink-Media-Streaming-Architecture-(5GMSd):-Relevant-Specifications).









## Downloading

Release versions can be downloaded from
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,22 @@

<ImageView
android:id="@+id/imageView"
android:layout_width="52dp"
android:layout_height="50dp"
android:layout_width="171dp"
android:layout_height="55dp"
android:layout_marginStart="20dp"
android:layout_marginTop="4dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/referencetools" />
app:srcCompat="@drawable/logo_5g_mag_reference_tools" />


<TextView
android:id="@+id/textView2"
android:layout_width="273dp"
android:layout_height="49dp"
android:layout_marginStart="4dp"
android:layout_marginTop="4dp"
android:text="@string/headline"
android:textSize="20sp"
app:layout_constraintStart_toEndOf="@+id/imageView"
app:layout_constraintTop_toTopOf="parent" />

<androidx.media3.ui.PlayerView
android:id="@+id/idExoPlayerVIew"
android:layout_width="351dp"
android:layout_height="197dp"
android:layout_marginStart="16dp"
app:layout_constraintStart_toEndOf="@+id/idM8Spinner"
app:layout_constraintTop_toBottomOf="@+id/textView2" />
app:layout_constraintTop_toBottomOf="@+id/imageView" />

<Spinner
android:id="@+id/idM8Spinner"
Expand Down Expand Up @@ -104,5 +93,15 @@
app:layout_constraintBottom_toTopOf="@+id/idExoPlayerVIew"
app:layout_constraintEnd_toEndOf="@+id/idExoPlayerVIew" />

<TextView
android:id="@+id/textview2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoLink="web"
android:text="@string/linkurl"
android:textColorLink="@color/fivegmag_blue"
app:layout_constraintStart_toStartOf="@+id/representationInfo"
app:layout_constraintTop_toTopOf="@+id/versionNumber" />


</androidx.constraintlayout.widget.ConstraintLayout>
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,13 @@

<ImageView
android:id="@+id/imageView"
android:layout_width="71dp"
android:layout_height="74dp"
android:layout_width="171dp"
android:layout_height="55dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/referencetools" />

<TextView
android:id="@+id/textView2"
android:layout_width="231dp"
android:layout_height="33dp"
android:layout_marginStart="20dp"
android:layout_marginTop="40dp"
android:text="@string/headline"
android:textSize="20sp"
app:layout_constraintStart_toEndOf="@+id/imageView"
app:layout_constraintTop_toTopOf="parent" />
app:srcCompat="@drawable/logo_5g_mag_reference_tools" />

<androidx.media3.ui.PlayerView
android:id="@+id/idExoPlayerVIew"
Expand All @@ -47,7 +36,6 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/idExoPlayerVIew" />


<Spinner
android:id="@+id/idM8Spinner"
android:layout_width="331dp"
Expand Down Expand Up @@ -105,5 +93,15 @@
app:layout_constraintBottom_toTopOf="@+id/representationInfo"
app:layout_constraintEnd_toEndOf="@+id/idExoPlayerVIew" />

<TextView
android:id="@+id/textview2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoLink="web"
android:text="@string/linkurl"
android:textColorLink="@color/fivegmag_blue"
app:layout_constraintEnd_toEndOf="@+id/idExoPlayerVIew"
app:layout_constraintTop_toTopOf="@+id/imageView" />


</androidx.constraintlayout.widget.ConstraintLayout>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#00A0D2</color>
<color name="ic_launcher_background">#00a0d2</color>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<string name="startPlaybackButton">Start Playback</string>
<string name="representationInfo">%1$s kbit/s - Rep ID: %2$s</string>
<string name="versionTextField">Version: %s</string>
<string name="linkurl"><a href="https://developer.5g-mag.com">developer.5g-mag.com</a></string>
</resources>
Loading