Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

InlineNpsWithNumbersView'ı projenizde tercih ettiğiniz bir layout dosyasına koymalısınız. Örneknkullanım
Örnek kullanım:

Code Block
?xml version="1.0" encoding="utf-8"?>
<
LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   xmlns:app="http://schemas.android.com/apk/res-auto">
   <com.visilabs.inApp.inlineNpsWithNumber.InlineNpsWithNumbersView
       android:id="@+id/inlineNps"
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       />
</
LinearLayout
>

...