|
|
|
@ -0,0 +1,305 @@ |
|
|
|
// Generated by view binder compiler. Do not edit! |
|
|
|
package com.soniox.remotemic.databinding; |
|
|
|
|
|
|
|
import android.view.LayoutInflater; |
|
|
|
import android.view.View; |
|
|
|
import android.view.ViewGroup; |
|
|
|
import android.widget.EditText; |
|
|
|
import android.widget.FrameLayout; |
|
|
|
import android.widget.ImageButton; |
|
|
|
import android.widget.ImageView; |
|
|
|
import android.widget.LinearLayout; |
|
|
|
import android.widget.TextView; |
|
|
|
import androidx.annotation.NonNull; |
|
|
|
import androidx.annotation.Nullable; |
|
|
|
import androidx.constraintlayout.widget.ConstraintLayout; |
|
|
|
import androidx.viewbinding.ViewBinding; |
|
|
|
import androidx.viewbinding.ViewBindings; |
|
|
|
import com.google.android.material.button.MaterialButton; |
|
|
|
import com.soniox.remotemic.R; |
|
|
|
import java.lang.NullPointerException; |
|
|
|
import java.lang.Override; |
|
|
|
import java.lang.String; |
|
|
|
|
|
|
|
public final class ActivityMainBinding implements ViewBinding { |
|
|
|
@NonNull |
|
|
|
private final ConstraintLayout rootView; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final LinearLayout actionButtonsRow; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final View actionDivider; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final LinearLayout bottomVoiceSection; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final TextView btnClearText; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final MaterialButton btnCopyText; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final FrameLayout btnMic; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final ImageButton btnOpenLogs; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final MaterialButton btnSendToMac; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final EditText etTranscript; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final LinearLayout headerLayout; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final ImageView ivMicIcon; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final LinearLayout layoutStatus; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final LinearLayout mainBoxCard; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final FrameLayout micContainer; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final ConstraintLayout rootLayout; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final View statusIndicator; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final LinearLayout topBoxBar; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final TextView tvCharCount; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final TextView tvInstruction; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final TextView tvMacStatus; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final TextView tvSubtitle; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final TextView tvTitle; |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public final View viewGlow; |
|
|
|
|
|
|
|
private ActivityMainBinding(@NonNull ConstraintLayout rootView, |
|
|
|
@NonNull LinearLayout actionButtonsRow, @NonNull View actionDivider, |
|
|
|
@NonNull LinearLayout bottomVoiceSection, @NonNull TextView btnClearText, |
|
|
|
@NonNull MaterialButton btnCopyText, @NonNull FrameLayout btnMic, |
|
|
|
@NonNull ImageButton btnOpenLogs, @NonNull MaterialButton btnSendToMac, |
|
|
|
@NonNull EditText etTranscript, @NonNull LinearLayout headerLayout, |
|
|
|
@NonNull ImageView ivMicIcon, @NonNull LinearLayout layoutStatus, |
|
|
|
@NonNull LinearLayout mainBoxCard, @NonNull FrameLayout micContainer, |
|
|
|
@NonNull ConstraintLayout rootLayout, @NonNull View statusIndicator, |
|
|
|
@NonNull LinearLayout topBoxBar, @NonNull TextView tvCharCount, |
|
|
|
@NonNull TextView tvInstruction, @NonNull TextView tvMacStatus, @NonNull TextView tvSubtitle, |
|
|
|
@NonNull TextView tvTitle, @NonNull View viewGlow) { |
|
|
|
this.rootView = rootView; |
|
|
|
this.actionButtonsRow = actionButtonsRow; |
|
|
|
this.actionDivider = actionDivider; |
|
|
|
this.bottomVoiceSection = bottomVoiceSection; |
|
|
|
this.btnClearText = btnClearText; |
|
|
|
this.btnCopyText = btnCopyText; |
|
|
|
this.btnMic = btnMic; |
|
|
|
this.btnOpenLogs = btnOpenLogs; |
|
|
|
this.btnSendToMac = btnSendToMac; |
|
|
|
this.etTranscript = etTranscript; |
|
|
|
this.headerLayout = headerLayout; |
|
|
|
this.ivMicIcon = ivMicIcon; |
|
|
|
this.layoutStatus = layoutStatus; |
|
|
|
this.mainBoxCard = mainBoxCard; |
|
|
|
this.micContainer = micContainer; |
|
|
|
this.rootLayout = rootLayout; |
|
|
|
this.statusIndicator = statusIndicator; |
|
|
|
this.topBoxBar = topBoxBar; |
|
|
|
this.tvCharCount = tvCharCount; |
|
|
|
this.tvInstruction = tvInstruction; |
|
|
|
this.tvMacStatus = tvMacStatus; |
|
|
|
this.tvSubtitle = tvSubtitle; |
|
|
|
this.tvTitle = tvTitle; |
|
|
|
this.viewGlow = viewGlow; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@NonNull |
|
|
|
public ConstraintLayout getRoot() { |
|
|
|
return rootView; |
|
|
|
} |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public static ActivityMainBinding inflate(@NonNull LayoutInflater inflater) { |
|
|
|
return inflate(inflater, null, false); |
|
|
|
} |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public static ActivityMainBinding inflate(@NonNull LayoutInflater inflater, |
|
|
|
@Nullable ViewGroup parent, boolean attachToParent) { |
|
|
|
View root = inflater.inflate(R.layout.activity_main, parent, false); |
|
|
|
if (attachToParent) { |
|
|
|
parent.addView(root); |
|
|
|
} |
|
|
|
return bind(root); |
|
|
|
} |
|
|
|
|
|
|
|
@NonNull |
|
|
|
public static ActivityMainBinding bind(@NonNull View rootView) { |
|
|
|
// The body of this method is generated in a way you would not otherwise write. |
|
|
|
// This is done to optimize the compiled bytecode for size and performance. |
|
|
|
int id; |
|
|
|
missingId: { |
|
|
|
id = R.id.actionButtonsRow; |
|
|
|
LinearLayout actionButtonsRow = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (actionButtonsRow == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.actionDivider; |
|
|
|
View actionDivider = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (actionDivider == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.bottomVoiceSection; |
|
|
|
LinearLayout bottomVoiceSection = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (bottomVoiceSection == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.btnClearText; |
|
|
|
TextView btnClearText = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (btnClearText == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.btnCopyText; |
|
|
|
MaterialButton btnCopyText = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (btnCopyText == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.btnMic; |
|
|
|
FrameLayout btnMic = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (btnMic == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.btnOpenLogs; |
|
|
|
ImageButton btnOpenLogs = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (btnOpenLogs == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.btnSendToMac; |
|
|
|
MaterialButton btnSendToMac = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (btnSendToMac == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.etTranscript; |
|
|
|
EditText etTranscript = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (etTranscript == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.headerLayout; |
|
|
|
LinearLayout headerLayout = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (headerLayout == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.ivMicIcon; |
|
|
|
ImageView ivMicIcon = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (ivMicIcon == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.layoutStatus; |
|
|
|
LinearLayout layoutStatus = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (layoutStatus == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.mainBoxCard; |
|
|
|
LinearLayout mainBoxCard = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (mainBoxCard == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.micContainer; |
|
|
|
FrameLayout micContainer = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (micContainer == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
ConstraintLayout rootLayout = (ConstraintLayout) rootView; |
|
|
|
|
|
|
|
id = R.id.statusIndicator; |
|
|
|
View statusIndicator = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (statusIndicator == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.topBoxBar; |
|
|
|
LinearLayout topBoxBar = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (topBoxBar == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.tvCharCount; |
|
|
|
TextView tvCharCount = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (tvCharCount == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.tvInstruction; |
|
|
|
TextView tvInstruction = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (tvInstruction == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.tvMacStatus; |
|
|
|
TextView tvMacStatus = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (tvMacStatus == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.tvSubtitle; |
|
|
|
TextView tvSubtitle = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (tvSubtitle == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.tvTitle; |
|
|
|
TextView tvTitle = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (tvTitle == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
id = R.id.viewGlow; |
|
|
|
View viewGlow = ViewBindings.findChildViewById(rootView, id); |
|
|
|
if (viewGlow == null) { |
|
|
|
break missingId; |
|
|
|
} |
|
|
|
|
|
|
|
return new ActivityMainBinding((ConstraintLayout) rootView, actionButtonsRow, actionDivider, |
|
|
|
bottomVoiceSection, btnClearText, btnCopyText, btnMic, btnOpenLogs, btnSendToMac, |
|
|
|
etTranscript, headerLayout, ivMicIcon, layoutStatus, mainBoxCard, micContainer, |
|
|
|
rootLayout, statusIndicator, topBoxBar, tvCharCount, tvInstruction, tvMacStatus, |
|
|
|
tvSubtitle, tvTitle, viewGlow); |
|
|
|
} |
|
|
|
String missingId = rootView.getResources().getResourceName(id); |
|
|
|
throw new NullPointerException("Missing required view with ID: ".concat(missingId)); |
|
|
|
} |
|
|
|
} |